mirror of
https://github.com/puppetmaster/typhoon.git
synced 2025-07-03 01:04:35 +02:00
Update Kubernetes from v1.9.5 to v1.9.6
This commit is contained in:
@ -13,7 +13,7 @@ Create a cluster following the AWS [tutorial](../aws.md#cluster). Define a worke
|
||||
|
||||
```tf
|
||||
module "tempest-worker-pool" {
|
||||
source = "git::https://github.com/poseidon/typhoon//aws/container-linux/kubernetes/workers?ref=v1.9.5"
|
||||
source = "git::https://github.com/poseidon/typhoon//aws/container-linux/kubernetes/workers?ref=v1.9.6"
|
||||
|
||||
providers = {
|
||||
aws = "aws.default"
|
||||
@ -77,7 +77,7 @@ Create a cluster following the Google Cloud [tutorial](../google-cloud.md#cluste
|
||||
|
||||
```tf
|
||||
module "yavin-worker-pool" {
|
||||
source = "git::https://github.com/poseidon/typhoon//google-cloud/container-linux/kubernetes/workers?ref=v1.9.5"
|
||||
source = "git::https://github.com/poseidon/typhoon//google-cloud/container-linux/kubernetes/workers?ref=v1.9.6"
|
||||
|
||||
providers = {
|
||||
google = "google.default"
|
||||
@ -111,11 +111,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.9.5
|
||||
yavin-worker-jrbf.c.example-com.internal Ready 5m v1.9.5
|
||||
yavin-worker-mzdm.c.example-com.internal Ready 5m v1.9.5
|
||||
yavin-16x-worker-jrbf.c.example-com.internal Ready 3m v1.9.5
|
||||
yavin-16x-worker-mzdm.c.example-com.internal Ready 3m v1.9.5
|
||||
yavin-controller-0.c.example-com.internal Ready 6m v1.9.6
|
||||
yavin-worker-jrbf.c.example-com.internal Ready 5m v1.9.6
|
||||
yavin-worker-mzdm.c.example-com.internal Ready 5m v1.9.6
|
||||
yavin-16x-worker-jrbf.c.example-com.internal Ready 3m v1.9.6
|
||||
yavin-16x-worker-mzdm.c.example-com.internal Ready 3m v1.9.6
|
||||
```
|
||||
|
||||
### Variables
|
||||
|
Reference in New Issue
Block a user