You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: mmv1/third_party/terraform/website/docs/r/container_cluster.html.markdown
+8
Original file line number
Diff line number
Diff line change
@@ -1097,6 +1097,10 @@ node_pool_auto_config {
1097
1097
1098
1098
The `node_config_defaults` block supports:
1099
1099
1100
+
*`insecure_kubelet_readonly_port_enabled` (Optional) Controls whether the
1101
+
kubelet read-only port is enabled for newly created node pools in the
1102
+
cluster. It is strongly recommended to set this to `false`.
1103
+
1100
1104
*`logging_variant` (Optional) The type of logging agent that is deployed by default for newly created node pools in the cluster. Valid values include DEFAULT and MAX_THROUGHPUT. See [Increasing logging agent throughput](https://cloud.google.com/stackdriver/docs/solutions/gke/managing-logs#throughput) for more information.
1101
1105
1102
1106
*`gcfs_config` (Optional, [Beta](https://terraform.io/docs/providers/google/guides/provider_versions.html)) The default Google Container Filesystem (GCFS) configuration at the cluster level. e.g. enable [image streaming](https://cloud.google.com/kubernetes-engine/docs/how-to/image-streaming) across all the node pools within the cluster. Structure is [documented below](#nested_gcfs_config).
@@ -1287,6 +1291,10 @@ value and accepts an invalid `default` value instead. While this remains true,
1287
1291
not specifying the `kubelet_config` block should be the equivalent of specifying
1288
1292
`none`.
1289
1293
1294
+
*`insecure_kubelet_readonly_port_enabled` - (Optional) Controls whether the
1295
+
kubelet read-only port is enabled. It is strongly recommended to set this to
1296
+
`false`.
1297
+
1290
1298
*`pod_pids_limit` - (Optional) Controls the maximum number of processes allowed to run in a pod. The value must be greater than or equal to 1024 and less than 4194304.
0 commit comments