Skip to content

Commit

Permalink
pdate to Kubernetes 1.10.4
Browse files Browse the repository at this point in the history
  • Loading branch information
scholzj committed Jun 8, 2018
1 parent b16f730 commit 7b9f197
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,18 @@ AWS Kubernetes is a Kubernetes cluster deployed using [Kubeadm](https://kubernet
<!-- TOC -->

- [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)

<!-- /TOC -->

## 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
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.10.3"
export KUBERNETES_VERSION="1.10.4"

# 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 @@ -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
Expand Down

0 comments on commit 7b9f197

Please sign in to comment.