Skip to content

Commit

Permalink
Merge pull request hashicorp#135 from modular-magician/codegen-pr-913
Browse files Browse the repository at this point in the history
add warning about node pools defined in clusters. See TPG hashicorp#1712.
  • Loading branch information
danawillow authored and nat-henderson committed Dec 12, 2018
1 parent 1b906cf commit 16e0766
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions website/docs/r/container_cluster.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,10 @@ output "cluster_ca_certificate" {

* `node_pool` - (Optional) List of node pools associated with this cluster.
See [google_container_node_pool](container_node_pool.html) for schema.
**Warning:** node pools defined inside a cluster can't be changed (or added/removed) after
cluster creation without deleting and recreating the entire cluster. Unless you absolutely need the ability
to say "these are the _only_ node pools associated with this cluster", use the
[google_container_node_pool](container_node_pool.html) resource instead of this property.

* `node_version` - (Optional) The Kubernetes version on the nodes. Must either be unset
or set to the same value as `min_master_version` on create. Defaults to the default
Expand Down

0 comments on commit 16e0766

Please sign in to comment.