diff --git a/README.md b/README.md index d985b7f..73993d7 100644 --- a/README.md +++ b/README.md @@ -5,17 +5,18 @@ AWS Kubernetes is a Kubernetes cluster deployed using [Kubeadm](https://kubernet - [AWS Kubernetes](#aws-kubernetes) - - [Updates](#updates) - - [Prerequisites and dependencies](#prerequisites-and-dependencies) - - [Including the module](#including-the-module) - - [Addons](#addons) - - [Custom addons](#custom-addons) - - [Tagging](#tagging) + - [Updates](#updates) + - [Prerequisites and dependencies](#prerequisites-and-dependencies) + - [Including the module](#including-the-module) + - [Addons](#addons) + - [Custom addons](#custom-addons) + - [Tagging](#tagging) ## Updates +* *8.6.2018:* Update to Kubernetes 1.10.4 * *27.5.2018:* Update to Kubernetes 1.10.3 and Cluster Autoscaler 1.2.2 * *29.4.2018:* Update to Kubernetes 1.10.2 * *18.4.2018:* Update to Kubernetes 1.10.1 diff --git a/scripts/init-aws-kubernetes-master.sh b/scripts/init-aws-kubernetes-master.sh index ffc5873..3709767 100755 --- a/scripts/init-aws-kubernetes-master.sh +++ b/scripts/init-aws-kubernetes-master.sh @@ -14,7 +14,7 @@ export ASG_MAX_NODES="${asg_max_nodes}" export AWS_REGION=${aws_region} export AWS_SUBNETS="${aws_subnets}" export ADDONS="${addons}" -export KUBERNETES_VERSION="1.10.3" +export KUBERNETES_VERSION="1.10.4" # Set this only after setting the defaults set -o nounset diff --git a/scripts/init-aws-kubernetes-node.sh b/scripts/init-aws-kubernetes-node.sh index eab1bcd..c2e08bd 100755 --- a/scripts/init-aws-kubernetes-node.sh +++ b/scripts/init-aws-kubernetes-node.sh @@ -6,7 +6,7 @@ set -o pipefail export KUBEADM_TOKEN=${kubeadm_token} export DNS_NAME=${dns_name} -export KUBERNETES_VERSION="1.10.3" +export KUBERNETES_VERSION="1.10.4" # Set this only after setting the defaults set -o nounset