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
Description: `Configuration for all of the cluster's control plane endpoints. Currently supports only DNS endpoint configuration, IP endpoint configuration is available in private_cluster_config.`,
1791
+
Description: `Configuration for all of the cluster's control plane endpoints. Currently supports only DNS endpoint configuration and disable IP endpoint. Other IP endpoint configurations are available in private_cluster_config.`,
*`dns_endpoint_config` - (Optional) DNS endpoint configuration.
1216
+
*`ip_endpoints_config` - (Optional) IP endpoint configuration.
1216
1217
1217
1218
The `control_plane_endpoints_config.dns_endpoint_config` block supports:
1218
1219
1219
1220
*`endpoint` - (Output) The cluster's DNS endpoint.
1220
1221
1221
1222
*`allow_external_traffic` - (Optional) Controls whether user traffic is allowed over this endpoint. Note that GCP-managed services may still use the endpoint even if this is false.
1222
1223
1224
+
The `control_plane_endpoints_config.ip_endpoints_config` block supports:
1225
+
1226
+
*`enabled` - (Optional) Controls whether to allow direct IP access. Defaults to `true`.
0 commit comments