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 f64dd30 commit b69d8a8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ AWS Minikube is a single node Kubernetes deployment in AWS. It creates EC2 host

## 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
* *16.12.2017:* Update to Kubernetes 1.9.0, Update Dashboard, Ingress 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-minikube.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export DNS_NAME=${dns_name}
export IP_ADDRESS=${ip_address}
export CLUSTER_NAME=${cluster_name}
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

0 comments on commit b69d8a8

Please sign in to comment.