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
@@ -1085,6 +1085,10 @@ node_pool_auto_config {
1085
1085
1086
1086
The `node_config_defaults` block supports:
1087
1087
1088
+
*`insecure_kubelet_readonly_port_enabled` (Optional) Controls whether the
1089
+
kubelet read-only port is enabled for newly created node pools in the
1090
+
cluster. It is strongly recommended to set this to `false`.
1091
+
1088
1092
*`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.
1089
1093
1090
1094
*`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).
@@ -1275,6 +1279,10 @@ value and accepts an invalid `default` value instead. While this remains true,
1275
1279
not specifying the `kubelet_config` block should be the equivalent of specifying
1276
1280
`none`.
1277
1281
1282
+
*`insecure_kubelet_readonly_port_enabled` - (Optional) Controls whether the
1283
+
kubelet read-only port is enabled. It is strongly recommended to set this to
1284
+
`false`.
1285
+
1278
1286
*`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