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
google_container_cluster: add support for new GKE Gateway API controller (#6875) (#4976)
* add support for gateway api flag
* fix test by adding proper release channel; add missing functions
* add update cluster handling for gateway api config; extend test cases for gateway api config
* remove problematic / unrecognized channels from gateway api; these channels are mentioned in the actual code base but are not recognized by the gcloud api
Signed-off-by: Modular Magician <[email protected]>
Signed-off-by: Modular Magician <[email protected]>
Copy file name to clipboardExpand all lines: website/docs/r/container_cluster.html.markdown
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -355,6 +355,9 @@ subnetwork in which the cluster's instances are launched.
355
355
*`dns_config` - (Optional)
356
356
Configuration for [Using Cloud DNS for GKE](https://cloud.google.com/kubernetes-engine/docs/how-to/cloud-dns). Structure is [documented below](#nested_dns_config).
357
357
358
+
*`gateway_api_config` - (Optional)
359
+
Configuration for [GKE Gateway API controller](https://cloud.google.com/kubernetes-engine/docs/concepts/gateway-api). Structure is [documented below](#nested_gateway_api_config).
*`disabled` - (Required) Whether the cluster disables default in-node sNAT rules. In-node sNAT rules will be disabled when defaultSnatStatus is disabled.When disabled is set to false, default IP masquerade rules will be applied to the nodes to prevent sNAT on cluster internal traffic
@@ -1132,6 +1135,10 @@ and all pods running on the nodes. Specified as a map from the key, such as
1132
1135
1133
1136
*`cluster_dns_domain` - (Optional) The suffix used for all cluster service records.
0 commit comments