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
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -146,6 +146,7 @@ Then perform the following commands on the root folder:
146
146
| description | The description of the cluster |`string`|`""`| no |
147
147
| disable\_default\_snat | Whether to disable the default SNAT to support the private use of public IP addresses |`bool`|`false`| no |
148
148
| disable\_legacy\_metadata\_endpoints | Disable the /0.1/ and /v1beta1/ metadata server endpoints on the node. Changing this value will cause all node pools to be recreated. |`bool`|`true`| no |
149
+
| dns\_cache | The status of the NodeLocal DNSCache addon. |`bool`|`false`| no |
149
150
| enable\_binary\_authorization | Enable BinAuthZ Admission controller |`bool`|`false`| no |
150
151
| enable\_network\_egress\_export | Whether to enable network egress metering for this cluster. If enabled, a daemonset will be created in the cluster to meter network egress traffic. |`bool`|`false`| no |
151
152
| enable\_resource\_consumption\_export | Whether to enable resource consumption metering on this cluster. When enabled, a table will be created in the resource export BigQuery dataset to store resource consumption data. The resulting table can be joined with the resource usage table or with BigQuery billing export. |`bool`|`true`| no |
@@ -185,6 +186,7 @@ Then perform the following commands on the root folder:
185
186
| node\_pools\_tags | Map of lists containing node network tags by node-pool name |`map(list(string))`| <pre>{<br> "all": [],<br> "default-node-pool": []<br>}</pre> | no |
186
187
| node\_pools\_taints | Map of lists containing node taints by node-pool name |`map(list(object({ key = string, value = string, effect = string })))`| <pre>{<br> "all": [],<br> "default-node-pool": []<br>}</pre> | no |
187
188
| non\_masquerade\_cidrs | List of strings in CIDR notation that specify the IP address ranges that do not use IP masquerading. |`list(string)`| <pre>[<br> "10.0.0.0/8",<br> "172.16.0.0/12",<br> "192.168.0.0/16"<br>]</pre> | no |
189
+
| notification\_config\_topic | The desired Pub/Sub topic to which notifications will be sent by GKE. Format is projects/{project}/topics/{topic}. |`string`|`""`| no |
188
190
| project\_id | The project ID to host the cluster in (required) |`string`| n/a | yes |
189
191
| region | The region to host the cluster in (optional if zonal cluster / required if regional) |`string`|`null`| no |
190
192
| regional | Whether is a regional cluster (zonal cluster if set false. WARNING: changing this after cluster creation is destructive!) |`bool`|`true`| no |
Copy file name to clipboardExpand all lines: modules/beta-autopilot-private-cluster/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -82,7 +82,7 @@ Then perform the following commands on the root folder:
82
82
| deploy\_using\_private\_endpoint | (Beta) A toggle for Terraform and kubectl to connect to the master's internal IP address during deployment. |`bool`|`false`| no |
83
83
| description | The description of the cluster |`string`|`""`| no |
84
84
| disable\_default\_snat | Whether to disable the default SNAT to support the private use of public IP addresses |`bool`|`false`| no |
85
-
| dns\_cache |(Beta) The status of the NodeLocal DNSCache addon. |`bool`|`true`| no |
85
+
| dns\_cache | The status of the NodeLocal DNSCache addon. |`bool`|`true`| no |
86
86
| enable\_confidential\_nodes | An optional flag to enable confidential node config. |`bool`|`false`| no |
87
87
| enable\_network\_egress\_export | Whether to enable network egress metering for this cluster. If enabled, a daemonset will be created in the cluster to meter network egress traffic. |`bool`|`false`| no |
88
88
| enable\_private\_endpoint | (Beta) Whether the master's internal IP address is used as the cluster endpoint |`bool`|`false`| no |
Copy file name to clipboardExpand all lines: modules/beta-autopilot-public-cluster/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -75,7 +75,7 @@ Then perform the following commands on the root folder:
75
75
| datapath\_provider | The desired datapath provider for this cluster. By default, `DATAPATH_PROVIDER_UNSPECIFIED` enables the IPTables-based kube-proxy implementation. `ADVANCED_DATAPATH` enables Dataplane-V2 feature. |`string`|`"DATAPATH_PROVIDER_UNSPECIFIED"`| no |
76
76
| description | The description of the cluster |`string`|`""`| no |
77
77
| disable\_default\_snat | Whether to disable the default SNAT to support the private use of public IP addresses |`bool`|`false`| no |
78
-
| dns\_cache |(Beta) The status of the NodeLocal DNSCache addon. |`bool`|`true`| no |
78
+
| dns\_cache | The status of the NodeLocal DNSCache addon. |`bool`|`true`| no |
79
79
| enable\_confidential\_nodes | An optional flag to enable confidential node config. |`bool`|`false`| no |
80
80
| enable\_network\_egress\_export | Whether to enable network egress metering for this cluster. If enabled, a daemonset will be created in the cluster to meter network egress traffic. |`bool`|`false`| no |
81
81
| enable\_resource\_consumption\_export | Whether to enable resource consumption metering on this cluster. When enabled, a table will be created in the resource export BigQuery dataset to store resource consumption data. The resulting table can be joined with the resource usage table or with BigQuery billing export. |`bool`|`true`| no |
0 commit comments