Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cbergau/b0e9c86c5ceb6d9b8a34fbd09c7c6326 to your computer and use it in GitHub Desktop.
Save cbergau/b0e9c86c5ceb6d9b8a34fbd09c7c6326 to your computer and use it in GitHub Desktop.
gcloud_windows_kubectl_auth_fix.md
After:
gcloud container clusters get-credentials cluster-1 --zone europe-west1-b --project xyz
kubectl proxy
I got the error message:
error: google: could not find default credentials.
Fix:
gcloud auth application-default login
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment