GoogleCloudPlatform / reliable-app-platforms

A MVP of a platform for delivering reliable applications on Google Cloud
Apache License 2.0
5 stars 5 forks source link

K8s version needs to hardcoded #28

Closed MKand closed 1 month ago

MKand commented 5 months ago

The K8s version needs to fixed in the builds/terraform/infra-create-gke.yaml. This is because using the latest version causes the terraform module to teardown and recreate cluster every time the default version changes. This needs a fix in the terraform-google-modules/kubernetes-engine/google//modules/beta-autopilot-public-cluster module.

Short-term fix: Not required. Just hardcode a K8s version in the file mentioned above.