Fix old Container Linux versions mentioned in docs

This commit is contained in:
Dalton Hubble 2017-12-11 23:36:16 -08:00
parent 521a1f0fee
commit 99c07661c6
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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.

View File

@ -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