Skip to content

Commit

Permalink
Fix old Container Linux versions mentioned in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dghubble committed Dec 12, 2017
1 parent 521a1f0 commit 99c0766
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ module "google-cloud-yavin" {
region = "us-central1"
dns_zone = "example.com"
dns_zone_name = "example-zone"
os_image = "coreos-stable-1465-6-0-v20170817"
os_image = "coreos-stable-1576-4-0-v20171206"
cluster_name = "yavin"
controller_count = 1
Expand Down
2 changes: 1 addition & 1 deletion docs/addons/cluo.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ kubectl apply -f addons/cluo -R
$ kubectl get nodes --show-labels
...
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.
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ module "google-cloud-yavin" {
region = "us-central1"
dns_zone = "example.com"
dns_zone_name = "example-zone"
os_image = "coreos-stable-1465-6-0-v20170817"
os_image = "coreos-stable-1576-4-0-v20171206"
cluster_name = "yavin"
controller_count = 1
Expand Down

0 comments on commit 99c0766

Please sign in to comment.