GoogleCloudPlatform / ai-on-gke

AI on GKE is a collection of examples, best-practices, and prebuilt solutions to help build, deploy, and scale AI Platforms on Google Kubernetes Engine
Apache License 2.0
211 stars 154 forks source link

Add private_cluster_configuration instead of enable_private_endpoint.… #624

Closed hubatish closed 4 months ago

hubatish commented 4 months ago

Purpose is to allow creating a public cluster just setting variables.

Tested with first a terraform apply setting private_cluster_configuration = null that created a public cluster, then swapping the value to {} which resulted in this terraform plan: https://imgur.com/a/PDy1roA

achandrasekar commented 4 months ago

/gcbrun