Skip to content

Commit

Permalink
Update to Kubernetes 1.12.3
Browse files Browse the repository at this point in the history
  • Loading branch information
scholzj committed Dec 1, 2018
1 parent 683cbc3 commit 8c5d762
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ AWS Kubernetes is a Kubernetes cluster deployed using [Kubeadm](https://kubernet

## Updates

* *1.12.2018:* Update to Kubernetes 1.12.3 and External DNS 0.5.9
* *12.11.2018:* Make it possible to use only private IPs ([#19](https://github.com/scholzj/terraform-aws-minikube/pull/19))
* *11.11.2018:* Fix error when updating ASG launch-configurations (#20)
* *10.11.2018* Update to Kubernetes 1.12.2, Calico 3.3 and addons (Dashboard 1.10.0, Heapster 1.5.4, Ingress 0.20.0, External DNS 0.5.8, Cluster Autoscaler 1.12.1)
Expand Down
2 changes: 1 addition & 1 deletion scripts/init-aws-kubernetes-master.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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.12.2"
export KUBERNETES_VERSION="1.12.3"

# Set this only after setting the defaults
set -o nounset
Expand Down
2 changes: 1 addition & 1 deletion scripts/init-aws-kubernetes-node.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ set -o pipefail
export KUBEADM_TOKEN=${kubeadm_token}
export MASTER_IP=${master_private_ip}
export DNS_NAME=${dns_name}
export KUBERNETES_VERSION="1.12.2"
export KUBERNETES_VERSION="1.12.3"

# Set this only after setting the defaults
set -o nounset
Expand Down

0 comments on commit 8c5d762

Please sign in to comment.