I'm playing with Google container engine on gcloud. So after successfully finished gloud init
I followed instructions and did:
gcloud container clusters get-credentials cluster-1 --zone europe-west1-c --project whatever
And then:
kubectl proxy
But I got the following error message:
error: google: could not find default credentials. See https://developers.google.com/accounts/docs/application-default-credentials for more information.
I do see stuff in ~/.kube/config
file so I'm not sure what went wrong. I have minikube
also installed on the machine but I don't think that's a problem.