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
I want below configuration to be included in the next gke cluster release api documentation.
control_plane_endpoints_config {
dns_endpoint_config {
allow_external_traffic = true
}
}
The above configuration is from terraform, Can you please replicate DNS based endpoint to gke clusters.
I want below configuration to be included in the next gke cluster release api documentation.
control_plane_endpoints_config {
dns_endpoint_config {
allow_external_traffic = true
}
}
The above configuration is from terraform, Can you please replicate DNS based endpoint to gke clusters.
Here is the terraform module link: https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/container_cluster#dns_endpoint_config-1
Here is the crossplane resource missing the above block: https://marketplace.upbound.io/providers/upbound/provider-gcp-container/v1.11.2/resources/container.gcp.upbound.io/Cluster/v1beta1
The text was updated successfully, but these errors were encountered: