zenml-io / mlstacks

A series of Terraform based recipes to provision popular MLOps stacks on the cloud.
https://mlstacks.zenml.io/
Apache License 2.0
246 stars 32 forks source link

GCP deployment fails if `gke-gcloud-auth-plugin` is not installed #44

Closed fa9r closed 1 year ago

fa9r commented 1 year ago

When trying to deploy gcp-vertexai the deployment failed when trying to create the namespace because I didn't have gke-gcloud-auth-plugin installed. See https://cloud.google.com/blog/products/containers-kubernetes/kubectl-auth-changes-in-gke.

After running gcloud components install gke-gcloud-auth-plugin, everything worked fine, so this is an easy fix. However, this should probably be mentioned as a requirement somewhere.

wjayesh commented 1 year ago

Nice catch, thanks! I've pushed a PR for it here: #46