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: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -189,6 +189,7 @@ Then perform the following commands on the root folder:
189
189
| http\_load\_balancing | Enable httpload balancer addon |`bool`|`true`| no |
190
190
| identity\_namespace | The workload pool to attach all Kubernetes service accounts to. (Default value of `enabled` automatically sets project-based pool `[project_id].svc.id.goog`) |`string`|`"enabled"`| no |
191
191
| initial\_node\_count | The number of nodes to create in this cluster's default node pool. |`number`|`0`| no |
192
+
| insecure\_kubelet\_readonly\_port\_enabled | Whether or not to set `insecure_kubelet_readonly_port_enabled` for node pool defaults and autopilot clusters. Note: this can be set at the node pool level separately within `node_pools`. |`string`|`""`| no |
192
193
| ip\_masq\_link\_local | Whether to masquerade traffic to the link-local prefix (169.254.0.0/16). |`bool`|`false`| no |
193
194
| ip\_masq\_resync\_interval | The interval at which the agent attempts to sync its ConfigMap file from the disk. |`string`|`"60s"`| no |
194
195
| ip\_range\_pods | The _name_ of the secondary subnet ip range to use for pods |`string`| n/a | yes |
description = "Whether or not to set `insecure_kubelet_readonly_port_enabled` for node pool defaults and autopilot clusters. Note: this can be set at the node pool level separately within `node_pools`."
Copy file name to clipboardExpand all lines: modules/beta-autopilot-private-cluster/README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -113,6 +113,7 @@ Then perform the following commands on the root folder:
113
113
| horizontal\_pod\_autoscaling | Enable horizontal pod autoscaling addon |`bool`|`true`| no |
114
114
| http\_load\_balancing | Enable httpload balancer addon |`bool`|`true`| no |
115
115
| identity\_namespace | The workload pool to attach all Kubernetes service accounts to. (Default value of `enabled` automatically sets project-based pool `[project_id].svc.id.goog`) |`string`|`"enabled"`| no |
116
+
| insecure\_kubelet\_readonly\_port\_enabled | Whether or not to set `insecure_kubelet_readonly_port_enabled` for node pool defaults and autopilot clusters. Note: this can be set at the node pool level separately within `node_pools`. |`string`|`""`| no |
116
117
| ip\_masq\_link\_local | Whether to masquerade traffic to the link-local prefix (169.254.0.0/16). |`bool`|`false`| no |
117
118
| ip\_masq\_resync\_interval | The interval at which the agent attempts to sync its ConfigMap file from the disk. |`string`|`"60s"`| no |
118
119
| ip\_range\_pods | The _name_ of the secondary subnet ip range to use for pods |`string`| n/a | yes |
description="Whether or not to set `insecure_kubelet_readonly_port_enabled` for node pool defaults and autopilot clusters. Note: this can be set at the node pool level separately within `node_pools`."
0 commit comments