Skip to content

Commit 6ae7dc6

Browse files
authored
document custom machine type for GKE cluster node config (#1497)
1 parent d360236 commit 6ae7dc6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

website/docs/r/container_cluster.html.markdown

+2-1
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,8 @@ The `node_config` block supports:
276276
attached to each cluster node. Defaults to 0.
277277

278278
* `machine_type` - (Optional) The name of a Google Compute Engine machine type.
279-
Defaults to `n1-standard-1`.
279+
Defaults to `n1-standard-1`. To create a custom machine type, value should be set as specified
280+
[here](https://cloud.google.com/compute/docs/reference/latest/instances#machineType).
280281

281282
* `metadata` - (Optional) The metadata key/value pairs assigned to instances in
282283
the cluster.

0 commit comments

Comments
 (0)