Skip to content

Commit 5283ceb

Browse files
authored
add support for node pool versions (hashicorp#1266)
1 parent 67c006d commit 5283ceb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/r/container_node_pool.html.markdown

+4
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,10 @@ resource "google_container_cluster" "primary" {
121121
* `project` - (Optional) The ID of the project in which to create the node pool. If blank,
122122
the provider-configured project will be used.
123123

124+
* `version` - (Optional) The Kubernetes version for the nodes in this pool. Note that if this field
125+
and `auto_upgrade` are both specified, they will fight each other for what the node version should
126+
be, so setting both is highly discouraged.
127+
124128
The `autoscaling` block supports:
125129

126130
* `min_node_count` - (Required) Minimum number of nodes in the NodePool. Must be >=1 and

0 commit comments

Comments
 (0)