Update Kubernetes from v1.17.1 to v1.17.2

* https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG-1.17.md#v1172
This commit is contained in:
Dalton Hubble
2020-01-21 18:27:39 -08:00
parent bda73264f7
commit 1cda5bcd2a
40 changed files with 99 additions and 95 deletions

View File

@ -79,7 +79,7 @@ Create a cluster following the Azure [tutorial](../cl/azure.md#cluster). Define
```tf
module "ramius-worker-pool" {
source = "git::https://github.com/poseidon/typhoon//azure/container-linux/kubernetes/workers?ref=v1.17.1"
source = "git::https://github.com/poseidon/typhoon//azure/container-linux/kubernetes/workers?ref=v1.17.2"
# Azure
region = module.ramius.region
@ -145,7 +145,7 @@ Create a cluster following the Google Cloud [tutorial](../cl/google-cloud.md#clu
```tf
module "yavin-worker-pool" {
source = "git::https://github.com/poseidon/typhoon//google-cloud/container-linux/kubernetes/workers?ref=v1.17.1"
source = "git::https://github.com/poseidon/typhoon//google-cloud/container-linux/kubernetes/workers?ref=v1.17.2"
# Google Cloud
region = "europe-west2"
@ -176,11 +176,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.17.1
yavin-worker-jrbf.c.example-com.internal Ready 5m v1.17.1
yavin-worker-mzdm.c.example-com.internal Ready 5m v1.17.1
yavin-16x-worker-jrbf.c.example-com.internal Ready 3m v1.17.1
yavin-16x-worker-mzdm.c.example-com.internal Ready 3m v1.17.1
yavin-controller-0.c.example-com.internal Ready 6m v1.17.2
yavin-worker-jrbf.c.example-com.internal Ready 5m v1.17.2
yavin-worker-mzdm.c.example-com.internal Ready 5m v1.17.2
yavin-16x-worker-jrbf.c.example-com.internal Ready 3m v1.17.2
yavin-16x-worker-mzdm.c.example-com.internal Ready 3m v1.17.2
```
### Variables