From 0f1a85d4d8553459bf2dce2d13df761415a07cd7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Reinhard=20N=C3=A4gele?= Date: Tue, 20 Dec 2016 15:06:19 +0100 Subject: [PATCH] GKE: Fix docs for node_version (#10856) --- r/container_cluster.html.markdown | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/r/container_cluster.html.markdown b/r/container_cluster.html.markdown index c2babe91..a667323b 100644 --- a/r/container_cluster.html.markdown +++ b/r/container_cluster.html.markdown @@ -73,9 +73,10 @@ resource "google_container_cluster" "primary" { * `node_config` - (Optional) The machine type and image to use for all nodes in this cluster -* `node_version` - (Optional) The Kubernetes version on the nodes. Only valid - for upgrading of existing cluster. Defaults to latest version supported by - the server. +* `node_version` - (Optional) The Kubernetes version on the nodes. Also affects + the initial master version on cluster creation. Updates affect nodes only. + Defaults to the default version set by GKE which is not necessarily the latest + version. * `project` - (Optional) The project in which the resource belongs. If it is not provided, the provider project is used.