我在gcloud上玩Google容器引擎。因此,在成功完成gloud init
之后,我按照说明进行了操作:
gcloud container clusters get-credentials cluster-1 --zone europe-west1-c --project whatever
然后:
kubectl proxy
但是我收到以下错误消息:
error: google: could not find default credentials. See https://developers.google.com/accounts/docs/application-default-credentials for more information.
我确实在~/.kube/config
文件中看到了内容,所以我不确定出了什么问题。我在机器上也安装了minikube
,但我认为这不是问题。