gke connecting to your cluster
First install "gcloud components install gke-gcloud-auth-plugin" using the following commands:
gcloud components install gke-gcloud-auth-pluginNext, proceed to connect using something like
gcloud container clusters get-credentials my-cluster --zone australia-southeast1-a --project myproject
Comments