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
Promote datapath and some networking fields of GKE to GA. (#4432) (#2905)
* promote some fields to GA
Co-authored-by: upodroid <[email protected]>
* add intranode test to GA
Signed-off-by: Modular Magician <[email protected]>
container: promoted `master_global_access_config`, `tpu_ipv4_cidr_block`, `default_snat_status` and `datapath_provider` fields of `google_container_cluster` to GA.
Copy file name to clipboardExpand all lines: website/docs/r/container_cluster.html.markdown
+8-5Lines changed: 8 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -149,7 +149,7 @@ for more information.
149
149
this cluster. Note that when this option is enabled, the cluster cannot be upgraded
150
150
and will be automatically deleted after 30 days.
151
151
152
-
*`enable_tpu` - (Optional, [Beta](https://terraform.io/docs/providers/google/guides/provider_versions.html)) Whether to enable Cloud TPU resources in this cluster.
152
+
*`enable_tpu` - (Optional) Whether to enable Cloud TPU resources in this cluster.
153
153
See the [official documentation](https://cloud.google.com/tpu/docs/kubernetes-engine-setup).
154
154
155
155
*`enable_legacy_abac` - (Optional) Whether the ABAC authorizer is enabled for this cluster.
@@ -298,10 +298,13 @@ subnetwork in which the cluster's instances are launched.
298
298
[Google IAM Service Account](https://cloud.google.com/iam/docs/service-accounts#user-managed_service_accounts).
The desired datapath provider for this cluster. By default, uses the IPTables-based kube-proxy implementation.
306
+
307
+
*`default_snat_status` - (Optional)
305
308
[GKE SNAT](https://cloud.google.com/kubernetes-engine/docs/how-to/ip-masquerade-agent#how_ipmasq_works) DefaultSnatStatus contains the desired state of whether default sNAT should be disabled on the cluster, [API doc](https://cloud.google.com/kubernetes-engine/docs/reference/rest/v1beta1/projects.locations.clusters#networkconfig).
306
309
307
310
The `default_snat_status` block supports
@@ -711,7 +714,7 @@ subnet. See [Private Cluster Limitations](https://cloud.google.com/kubernetes-en
711
714
for more details. This field only applies to private clusters, when
712
715
`enable_private_nodes` is `true`.
713
716
714
-
*`master_global_access_config` (Optional, [Beta](https://terraform.io/docs/providers/google/guides/provider_versions.html)) - Controls cluster master global
717
+
*`master_global_access_config` (Optional) - Controls cluster master global
715
718
access settings. If unset, Terraform will no longer manage this field and will
716
719
not modify the previously-set value. Structure is documented below.
717
720
@@ -863,7 +866,7 @@ exported:
863
866
be different than the `min_master_version` set in the config if the master
864
867
has been updated by GKE.
865
868
866
-
*`tpu_ipv4_cidr_block` - ([Beta](https://terraform.io/docs/providers/google/guides/provider_versions.html)) The IP address range of the Cloud TPUs in this cluster, in
869
+
*`tpu_ipv4_cidr_block` - The IP address range of the Cloud TPUs in this cluster, in
0 commit comments