【发布时间】:2020-06-24 16:38:32
【问题描述】:
我正在尝试在 Google Cloud Platform 中创建 Kubernetes 集群,当我尝试从 Web 应用创建集群时收到以下错误:
Compute Engine 发生未知错误:“EXTERNAL:Google Compute Engine:需要“compute.zones.get”权限 'projects/my-project-198766/zones/us-west1-a'”。错误代码:“18”
当我使用 gcloud 时,我会收到以下回复:
(gcloud.container.clusters.create) ResponseError: code=403, message=Google Compute Engine:需要“compute.zones.get”权限 对于 'projects/my-project-198766/zones/us-west1-a'
请注意,我拥有 Owner 角色,我可以毫无问题地创建 VM 实例。
有什么想法吗?
【问题讨论】:
标签: google-cloud-platform google-compute-engine google-kubernetes-engine