在 Google Cloud Platform 中,我有一个包含三个正在运行的实例的容器集群。我现在想从我的终端连接以便能够运行kubectl
命令。为此,我运行了命令
gcloud container clusters get-credentials cluster-1 --zone europe-west1-b --project project-id
当然,我使用的是真实的项目名称。这是单击“与集群连接”时仪表板显示的命令。该命令的输出是:
Fetching cluster endpoint and auth data.
kubeconfig entry generated for cluster-1.
但是当我kubectl
之后运行命令时,kubectl cluster-info
我总是得到:
Unable to connect to the server: oauth2: cannot fetch token: 400 Bad Request
Response: {
"error" : "invalid_grant",
"error_description" : "Token has been revoked."
}
我在这里想念什么?gcloud
像gcloud container clusters list
工作一样的命令