Skip to content

Commit

Permalink
allow updating node image types (hashicorp#1843)
Browse files Browse the repository at this point in the history
Fixes hashicorp#1702.

@chrisst I'm putting you as a reviewer, but no rush. Feel free to ask as many questions as you have! Also feel free to offer suggestions πŸ˜ƒ (or just say it's perfect as-is, that works too)
  • Loading branch information
danawillow authored Aug 7, 2018
1 parent 7630270 commit 1bf85b6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/r/container_cluster.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,8 @@ The `node_config` block supports:
* `guest_accelerator` - (Optional) List of the type and count of accelerator cards attached to the instance.
Structure documented below.

* `image_type` - (Optional) The image type to use for this node.
* `image_type` - (Optional) The image type to use for this node. Note that changing the image type
will delete and recreate all nodes in the node pool.

* `labels` - (Optional) The Kubernetes labels (key/value pairs) to be applied to each node.

Expand Down

0 comments on commit 1bf85b6

Please sign in to comment.