Skip to content

Commit

Permalink
Update to Kubernetes 1.9.2, Ingres 0.10.0 and Dashboard 1.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
scholzj committed Jan 22, 2018
1 parent 9abeb9d commit 4e39945
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 10 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

* *22.1.2018:* Update to Kubernetes 1.9.2, Ingres 0.10.0 and Dashboard 1.8.2
* *6.1.2018:* Update to Kubernetes 1.9.1
* *17.12.2017:* Update to Kubernetes 1.9.0, update Dashboard, Ingress, Autoscaler and Heapster dependencies
* *8.12.2017:* Update to Kubernetes 1.8.5
Expand Down
2 changes: 1 addition & 1 deletion addons/dashboard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ spec:
spec:
containers:
- name: kubernetes-dashboard
image: gcr.io/google_containers/kubernetes-dashboard-amd64:v1.8.1
image: gcr.io/google_containers/kubernetes-dashboard-amd64:v1.8.2
ports:
- containerPort: 8443
protocol: TCP
Expand Down
2 changes: 1 addition & 1 deletion addons/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ spec:
terminationGracePeriodSeconds: 60
serviceAccountName: ingress
containers:
- image: quay.io/kubernetes-ingress-controller/nginx-ingress-controller:0.9.0
- image: quay.io/kubernetes-ingress-controller/nginx-ingress-controller:0.10.0
name: ingress-nginx
imagePullPolicy: Always
ports:
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.9.1"
export KUBERNETES_VERSION="1.9.2"

# 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.9.1"
export KUBERNETES_VERSION="1.9.2"

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

0 comments on commit 4e39945

Please sign in to comment.