Update Kubernetes from v1.18.3 to v1.18.4

* https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.18.md#v1184
This commit is contained in:
Dalton Hubble
2020-06-17 19:34:50 -07:00
parent bc9b808d44
commit c25c59058c
56 changed files with 133 additions and 130 deletions

View File

@ -82,7 +82,7 @@ Create a cluster following the Azure [tutorial](../flatcar-linux/azure.md#cluste
```tf
module "ramius-worker-pool" {
source = "git::https://github.com/poseidon/typhoon//azure/container-linux/kubernetes/workers?ref=v1.18.3"
source = "git::https://github.com/poseidon/typhoon//azure/container-linux/kubernetes/workers?ref=v1.18.4"
# Azure
region = module.ramius.region
@ -148,7 +148,7 @@ Create a cluster following the Google Cloud [tutorial](../flatcar-linux/google-c
```tf
module "yavin-worker-pool" {
source = "git::https://github.com/poseidon/typhoon//google-cloud/container-linux/kubernetes/workers?ref=v1.18.3"
source = "git::https://github.com/poseidon/typhoon//google-cloud/container-linux/kubernetes/workers?ref=v1.18.4"
# Google Cloud
region = "europe-west2"
@ -179,11 +179,11 @@ Verify a managed instance group of workers joins the cluster within a few minute
```
$ kubectl get nodes
NAME STATUS AGE VERSION
yavin-controller-0.c.example-com.internal Ready 6m v1.18.3
yavin-worker-jrbf.c.example-com.internal Ready 5m v1.18.3
yavin-worker-mzdm.c.example-com.internal Ready 5m v1.18.3
yavin-16x-worker-jrbf.c.example-com.internal Ready 3m v1.18.3
yavin-16x-worker-mzdm.c.example-com.internal Ready 3m v1.18.3
yavin-controller-0.c.example-com.internal Ready 6m v1.18.4
yavin-worker-jrbf.c.example-com.internal Ready 5m v1.18.4
yavin-worker-mzdm.c.example-com.internal Ready 5m v1.18.4
yavin-16x-worker-jrbf.c.example-com.internal Ready 3m v1.18.4
yavin-16x-worker-mzdm.c.example-com.internal Ready 3m v1.18.4
```
### Variables