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
In more details: I want to use DNS based endpoint and disable private and public IP control plane endpoint.
I don't think it's currently feasible because the documentation says that if I do enable_private_endpoint = false it will activate the public endpoint.
If already supported by a certain combination of settings, this needs to be documented, and perhaps have an example, as this recent DNS based endpoint is poised to become the best way for many people.
Thank you.
Terraform Resources
Detailed design
Additional information
No response
The text was updated successfully, but these errors were encountered:
TL;DR
I want the equivalent of
gcloud container clusters update $cluster_name --no-enable-ip-access
via terraformIn more details: I want to use DNS based endpoint and disable private and public IP control plane endpoint.
I don't think it's currently feasible because the documentation says that if I do
enable_private_endpoint = false
it will activate the public endpoint.If already supported by a certain combination of settings, this needs to be documented, and perhaps have an example, as this recent DNS based endpoint is poised to become the best way for many people.
Thank you.
Terraform Resources
Detailed design
Additional information
No response
The text was updated successfully, but these errors were encountered: