【发布时间】:2019-07-28 13:27:57
【问题描述】:
我正在尝试在我的集群上启用 Workload Identity,但在从 pod 进行测试时出现以下错误:
root@workload-identity-test:/# gcloud auth list
ERROR: gcloud crashed (MetadataServerException): HTTP Error 500: Internal Server Error
If you would like to report this issue, please run the following command:
gcloud feedback
To check gcloud for common problems, please run the following command:
gcloud info --run-diagnostics
我已启用workload-metadata-from-node:
gcloud beta container node-pools update NAME --cluster NAME --workload-metadata-from-node=GKE_METADATA_SERVER
Updating node pool main...done.
即使我将--log-http 添加到命令中,它似乎也没有显示返回 500 的请求(也没有关键的响应)。
有什么想法吗? (我在新集群上遇到同样的错误)
【问题讨论】:
标签: google-kubernetes-engine gcloud google-iam