diff --git a/README.md b/README.md index c6a869fa..ee41d37d 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ module "google-cloud-yavin" { region = "us-central1" dns_zone = "example.com" dns_zone_name = "example-zone" - os_image = "coreos-stable-1576-4-0-v20171206" + os_image = "coreos-stable-1576-5-0-v20180105" cluster_name = "yavin" controller_count = 1 diff --git a/docs/addons/cluo.md b/docs/addons/cluo.md index b4f1e640..4b0132a7 100644 --- a/docs/addons/cluo.md +++ b/docs/addons/cluo.md @@ -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=1576.4.0 +container-linux-update.v1.coreos.com/version=1576.5.0 ``` `update-operator` ensures one node reboots at a time and that pods are drained prior to reboot. diff --git a/docs/bare-metal.md b/docs/bare-metal.md index b411051b..9e70aa44 100644 --- a/docs/bare-metal.md +++ b/docs/bare-metal.md @@ -162,7 +162,7 @@ module "bare-metal-mercury" { # install matchbox_http_endpoint = "http://matchbox.example.com" container_linux_channel = "stable" - container_linux_version = "1576.4.0" + container_linux_version = "1576.5.0" ssh_authorized_key = "ssh-rsa AAAAB3Nz..." # cluster @@ -332,7 +332,7 @@ Learn about [version pinning](concepts.md#versioning), maintenance, and [addons] |:-----|:------------|:--------| | matchbox_http_endpoint | Matchbox HTTP read-only endpoint | http://matchbox.example.com:8080 | | container_linux_channel | Container Linux channel | stable, beta, alpha | -| container_linux_version | Container Linux version of the kernel/initrd to PXE and the image to install | 1576.4.0 | +| container_linux_version | Container Linux version of the kernel/initrd to PXE and the image to install | 1576.5.0 | | cluster_name | Cluster name | mercury | | k8s_domain_name | FQDN resolving to the controller(s) nodes. Workers and kubectl will communicate with this endpoint | "myk8s.example.com" | | ssh_authorized_key | SSH public key for ~/.ssh/authorized_keys | "ssh-rsa AAAAB3Nz..." | diff --git a/docs/google-cloud.md b/docs/google-cloud.md index fe8aa528..89aeae6b 100644 --- a/docs/google-cloud.md +++ b/docs/google-cloud.md @@ -80,7 +80,7 @@ module "google-cloud-yavin" { region = "us-central1" dns_zone = "example.com" dns_zone_name = "example-zone" - os_image = "coreos-stable-1576-4-0-v20171206" + os_image = "coreos-stable-1576-5-0-v20180105" cluster_name = "yavin" controller_count = 1 @@ -197,7 +197,7 @@ Learn about [version pinning](concepts.md#versioning), maintenance, and [addons] | dns_zone | Google Cloud DNS zone | "google-cloud.example.com" | | dns_zone_name | Google Cloud DNS zone name | "example-zone" | | ssh_authorized_key | SSH public key for ~/.ssh_authorized_keys | "ssh-rsa AAAAB3NZ..." | -| os_image | OS image for compute instances | "coreos-stable-1576-4-0-v20171206" | +| os_image | OS image for compute instances | "coreos-stable-1576-5-0-v20180105" | | asset_dir | Path to a directory where generated assets should be placed (contains secrets) | "/home/user/.secrets/clusters/yavin" | Check the list of valid [regions](https://cloud.google.com/compute/docs/regions-zones/regions-zones) and list Container Linux [images](https://cloud.google.com/compute/docs/images) with `gcloud compute images list | grep coreos`. diff --git a/docs/index.md b/docs/index.md index 24ec90f0..40840fd6 100644 --- a/docs/index.md +++ b/docs/index.md @@ -49,7 +49,7 @@ module "google-cloud-yavin" { region = "us-central1" dns_zone = "example.com" dns_zone_name = "example-zone" - os_image = "coreos-stable-1576-4-0-v20171206" + os_image = "coreos-stable-1576-5-0-v20180105" cluster_name = "yavin" controller_count = 1