Skip to content

Commit f9f48a7

Browse files
authored
Move nested_node_kubelet_config block
1 parent 8c5b94d commit f9f48a7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

mmv1/third_party/terraform/website/docs/r/container_cluster.html.markdown

+4-4
Original file line numberDiff line numberDiff line change
@@ -1087,14 +1087,14 @@ workload_identity_config {
10871087
* `node_kubelet_config` - (Optional) Kubelet configuration for Autopilot clusters. Currently, only `insecure_kubelet_readonly_port_enabled` is supported here.
10881088
Structure is [documented below](#nested_node_kubelet_config).
10891089

1090-
<a name="nested_node_kubelet_config"></a>The `node_kubelet_config` block supports:
1091-
1092-
* `insecure_kubelet_readonly_port_enabled` - (Optional) Controls whether the kubelet read-only port is enabled. It is strongly recommended to set this to `FALSE`. Possible values: `TRUE`, `FALSE`.
1093-
10941090
* `resource_manager_tags` - (Optional) A map of resource manager tag keys and values to be attached to the nodes for managing Compute Engine firewalls using Network Firewall Policies. Tags must be according to specifications found [here](https://cloud.google.com/vpc/docs/tags-firewalls-overview#specifications). A maximum of 5 tag key-value pairs can be specified. Existing tags will be replaced with new values. Tags must be in one of the following formats ([KEY]=[VALUE]) 1. `tagKeys/{tag_key_id}=tagValues/{tag_value_id}` 2. `{org_id}/{tag_key_name}={tag_value_name}` 3. `{project_id}/{tag_key_name}={tag_value_name}`.
10951091

10961092
* `network_tags` (Optional) - The network tag config for the cluster's automatically provisioned node pools.
10971093

1094+
<a name="nested_node_kubelet_config"></a>The `node_kubelet_config` block supports:
1095+
1096+
* `insecure_kubelet_readonly_port_enabled` - (Optional) Controls whether the kubelet read-only port is enabled. It is strongly recommended to set this to `FALSE`. Possible values: `TRUE`, `FALSE`.
1097+
10981098
The `network_tags` block supports:
10991099

11001100
* `tags` (Optional) - List of network tags applied to auto-provisioned node pools.

0 commit comments

Comments
 (0)