GKE: Fix docs for node_version (#10856)
This commit is contained in:
parent
992e12335f
commit
a45d2e5289
|
@ -73,9 +73,10 @@ resource "google_container_cluster" "primary" {
|
||||||
* `node_config` - (Optional) The machine type and image to use for all nodes in
|
* `node_config` - (Optional) The machine type and image to use for all nodes in
|
||||||
this cluster
|
this cluster
|
||||||
|
|
||||||
* `node_version` - (Optional) The Kubernetes version on the nodes. Only valid
|
* `node_version` - (Optional) The Kubernetes version on the nodes. Also affects
|
||||||
for upgrading of existing cluster. Defaults to latest version supported by
|
the initial master version on cluster creation. Updates affect nodes only.
|
||||||
the server.
|
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
|
* `project` - (Optional) The project in which the resource belongs. If it
|
||||||
is not provided, the provider project is used.
|
is not provided, the provider project is used.
|
||||||
|
|
Loading…
Reference in New Issue