Fix old Container Linux versions mentioned in docs
This commit is contained in:
parent
521a1f0fee
commit
99c07661c6
|
@ -49,7 +49,7 @@ module "google-cloud-yavin" {
|
||||||
region = "us-central1"
|
region = "us-central1"
|
||||||
dns_zone = "example.com"
|
dns_zone = "example.com"
|
||||||
dns_zone_name = "example-zone"
|
dns_zone_name = "example-zone"
|
||||||
os_image = "coreos-stable-1465-6-0-v20170817"
|
os_image = "coreos-stable-1576-4-0-v20171206"
|
||||||
|
|
||||||
cluster_name = "yavin"
|
cluster_name = "yavin"
|
||||||
controller_count = 1
|
controller_count = 1
|
||||||
|
|
|
@ -18,7 +18,7 @@ kubectl apply -f addons/cluo -R
|
||||||
$ kubectl get nodes --show-labels
|
$ kubectl get nodes --show-labels
|
||||||
...
|
...
|
||||||
container-linux-update.v1.coreos.com/group=stable
|
container-linux-update.v1.coreos.com/group=stable
|
||||||
container-linux-update.v1.coreos.com/version=1465.6.0
|
container-linux-update.v1.coreos.com/version=1576.4.0
|
||||||
```
|
```
|
||||||
|
|
||||||
`update-operator` ensures one node reboots at a time and that pods are drained prior to reboot.
|
`update-operator` ensures one node reboots at a time and that pods are drained prior to reboot.
|
||||||
|
|
|
@ -49,7 +49,7 @@ module "google-cloud-yavin" {
|
||||||
region = "us-central1"
|
region = "us-central1"
|
||||||
dns_zone = "example.com"
|
dns_zone = "example.com"
|
||||||
dns_zone_name = "example-zone"
|
dns_zone_name = "example-zone"
|
||||||
os_image = "coreos-stable-1465-6-0-v20170817"
|
os_image = "coreos-stable-1576-4-0-v20171206"
|
||||||
|
|
||||||
cluster_name = "yavin"
|
cluster_name = "yavin"
|
||||||
controller_count = 1
|
controller_count = 1
|
||||||
|
|
Loading…
Reference in New Issue