Dalton Hubble
2020-07-15 22:05:57 -07:00
parent 507aac9b78
commit 9ea6d2c245
54 changed files with 126 additions and 126 deletions

View File

@ -83,7 +83,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.5"
source = "git::https://github.com/poseidon/typhoon//azure/container-linux/kubernetes/workers?ref=v1.18.6"
# Azure
region = module.ramius.region
@ -149,7 +149,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.5"
source = "git::https://github.com/poseidon/typhoon//google-cloud/container-linux/kubernetes/workers?ref=v1.18.6"
# Google Cloud
region = "europe-west2"
@ -180,11 +180,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.5
yavin-worker-jrbf.c.example-com.internal Ready 5m v1.18.5
yavin-worker-mzdm.c.example-com.internal Ready 5m v1.18.5
yavin-16x-worker-jrbf.c.example-com.internal Ready 3m v1.18.5
yavin-16x-worker-mzdm.c.example-com.internal Ready 3m v1.18.5
yavin-controller-0.c.example-com.internal Ready 6m v1.18.6
yavin-worker-jrbf.c.example-com.internal Ready 5m v1.18.6
yavin-worker-mzdm.c.example-com.internal Ready 5m v1.18.6
yavin-16x-worker-jrbf.c.example-com.internal Ready 3m v1.18.6
yavin-16x-worker-mzdm.c.example-com.internal Ready 3m v1.18.6
```
### Variables