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: modules/beta-autopilot-private-cluster/README.md
-2
Original file line number
Diff line number
Diff line change
@@ -152,10 +152,8 @@ Then perform the following commands on the root folder:
152
152
| shadow\_firewall\_rules\_priority | The firewall priority of GKE shadow firewall rules. The priority should be less than default firewall, which is 1000. |`number`|`999`| no |
153
153
| stack\_type | The stack type to use for this cluster. Either `IPV4` or `IPV4_IPV6`. Defaults to `IPV4`. |`string`|`"IPV4"`| no |
154
154
| stateful\_ha | Whether the Stateful HA Addon is enabled for this cluster. |`bool`|`false`| no |
155
-
| stub\_domains | Map of stub domains and their resolvers to forward DNS queries for a certain domain to an external DNS server |`map(list(string))`|`{}`| no |
156
155
| subnetwork | The subnetwork to host the cluster in (required) |`string`| n/a | yes |
157
156
| timeouts | Timeout for cluster operations. |`map(string)`|`{}`| no |
158
-
| upstream\_nameservers | If specified, the values replace the nameservers taken by default from the node’s /etc/resolv.conf |`list(string)`|`[]`| no |
159
157
| workload\_config\_audit\_mode | (beta) Sets which mode of auditing should be used for the cluster's workloads. Accepted values are DISABLED, BASIC. |`string`|`"DISABLED"`| no |
160
158
| workload\_vulnerability\_mode | (beta) Sets which mode to use for Protect workload vulnerability scanning feature. Accepted values are DISABLED, BASIC. |`string`|`""`| no |
161
159
| zones | The zones to host the cluster in (optional if regional cluster / required if zonal) |`list(string)`|`[]`| no |
Copy file name to clipboardExpand all lines: modules/beta-autopilot-public-cluster/README.md
-2
Original file line number
Diff line number
Diff line change
@@ -140,10 +140,8 @@ Then perform the following commands on the root folder:
140
140
| shadow\_firewall\_rules\_priority | The firewall priority of GKE shadow firewall rules. The priority should be less than default firewall, which is 1000. |`number`|`999`| no |
141
141
| stack\_type | The stack type to use for this cluster. Either `IPV4` or `IPV4_IPV6`. Defaults to `IPV4`. |`string`|`"IPV4"`| no |
142
142
| stateful\_ha | Whether the Stateful HA Addon is enabled for this cluster. |`bool`|`false`| no |
143
-
| stub\_domains | Map of stub domains and their resolvers to forward DNS queries for a certain domain to an external DNS server |`map(list(string))`|`{}`| no |
144
143
| subnetwork | The subnetwork to host the cluster in (required) |`string`| n/a | yes |
145
144
| timeouts | Timeout for cluster operations. |`map(string)`|`{}`| no |
146
-
| upstream\_nameservers | If specified, the values replace the nameservers taken by default from the node’s /etc/resolv.conf |`list(string)`|`[]`| no |
147
145
| workload\_config\_audit\_mode | (beta) Sets which mode of auditing should be used for the cluster's workloads. Accepted values are DISABLED, BASIC. |`string`|`"DISABLED"`| no |
148
146
| workload\_vulnerability\_mode | (beta) Sets which mode to use for Protect workload vulnerability scanning feature. Accepted values are DISABLED, BASIC. |`string`|`""`| no |
149
147
| zones | The zones to host the cluster in (optional if regional cluster / required if zonal) |`list(string)`|`[]`| no |
0 commit comments