Skip to content

Commit

Permalink
Update to Kubernetes 1.18.4, Update Kubernetes Dashboard to 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
scholzj committed Jun 20, 2020
1 parent a6014e3 commit 202362f
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 @@ -16,6 +16,7 @@ AWS Kubernetes is a Kubernetes cluster deployed using [Kubeadm](https://kubernet

## Updates

* *20.6.2020* Update to Kubernetes 1.18.4, Update Kubernetes Dashboard to 2.0.2
* *26.4.2020* Update to Kubernetes 1.18.2, Update Kubernetes Dashboard to 2.0.0
* *12.4.2020* Update to Kubernetes 1.18.1
* *29.3.2020* Update to Kubernetes 1.18.0, update Dashboard and External DNS addons
Expand Down
2 changes: 1 addition & 1 deletion addons/dashboard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ spec:
spec:
containers:
- name: kubernetes-dashboard
image: kubernetesui/dashboard:v2.0.0
image: kubernetesui/dashboard:v2.0.2
imagePullPolicy: Always
ports:
- containerPort: 8443
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 @@ -16,7 +16,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.18.2"
export KUBERNETES_VERSION="1.18.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 @@ -9,7 +9,7 @@ set -o pipefail
export KUBEADM_TOKEN=${kubeadm_token}
export MASTER_IP=${master_private_ip}
export DNS_NAME=${dns_name}
export KUBERNETES_VERSION="1.18.2"
export KUBERNETES_VERSION="1.18.4"

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

0 comments on commit 202362f

Please sign in to comment.