diff --git a/README.md b/README.md index 91dd4113..40fa8a3f 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ module "google-cloud-yavin" { region = "us-central1" dns_zone = "example.com" dns_zone_name = "example-zone" - os_image = "coreos-stable-1576-5-0-v20180105" + os_image = "coreos-stable" cluster_name = "yavin" controller_count = 1 diff --git a/docs/addons/cluo.md b/docs/addons/cluo.md index 4b0132a7..e96ebde5 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.5.0 +container-linux-update.v1.coreos.com/version=1632.3.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 c7fc92d9..4b5671c2 100644 --- a/docs/bare-metal.md +++ b/docs/bare-metal.md @@ -189,7 +189,7 @@ module "bare-metal-mercury" { # install matchbox_http_endpoint = "http://matchbox.example.com" container_linux_channel = "stable" - container_linux_version = "1576.5.0" + container_linux_version = "1632.3.0" ssh_authorized_key = "ssh-rsa AAAAB3Nz..." # cluster @@ -359,7 +359,7 @@ Learn about [maintenance](topics/maintenance.md) and [addons](addons/overview.md |:-----|:------------|:--------| | 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.5.0 | +| container_linux_version | Container Linux version of the kernel/initrd to PXE and the image to install | 1632.3.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 6415c884..2a981125 100644 --- a/docs/google-cloud.md +++ b/docs/google-cloud.md @@ -111,7 +111,7 @@ module "google-cloud-yavin" { region = "us-central1" dns_zone = "example.com" dns_zone_name = "example-zone" - os_image = "coreos-stable-1576-5-0-v20180105" + os_image = "coreos-stable" cluster_name = "yavin" controller_count = 1 @@ -228,7 +228,7 @@ Learn about [maintenance](topics/maintenance.md) and [addons](addons/overview.md | 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-5-0-v20180105" | +| os_image | OS image for compute instances | "coreos-stable" | | 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 16951998..bea8d42c 100644 --- a/docs/index.md +++ b/docs/index.md @@ -57,7 +57,7 @@ module "google-cloud-yavin" { region = "us-central1" dns_zone = "example.com" dns_zone_name = "example-zone" - os_image = "coreos-stable-1576-5-0-v20180105" + os_image = "coreos-stable" cluster_name = "yavin" controller_count = 1