Created
February 17, 2019 16:09
-
-
Save yaroslavya/840af5d7006be37d9029bf800639d6c8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# if this is resulting in the same error for kubectl commands against your gke: | |
gcloud auth login | |
# you should try this: | |
gcloud auth application-default login | |
# behavior was changed in gcloud v128, see here: https://cloud.google.com/sdk/docs/release-notes#12800_20160928 | |
# kudos for details to this so answer: https://stackoverflow.com/questions/41507904/could-not-find-default-credentials |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment