Skip to content

Commit

Permalink
add support for node pool versions (hashicorp#1266)
Browse files Browse the repository at this point in the history
  • Loading branch information
danawillow authored Mar 29, 2018
1 parent 67c006d commit 5283ceb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/r/container_node_pool.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,10 @@ resource "google_container_cluster" "primary" {
* `project` - (Optional) The ID of the project in which to create the node pool. If blank,
the provider-configured project will be used.

* `version` - (Optional) The Kubernetes version for the nodes in this pool. Note that if this field
and `auto_upgrade` are both specified, they will fight each other for what the node version should
be, so setting both is highly discouraged.

The `autoscaling` block supports:

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

0 comments on commit 5283ceb

Please sign in to comment.