Google cloud platform 云运行错误:内部系统错误。缺少必要的许可

Google cloud platform 云运行错误:内部系统错误。缺少必要的许可,google-cloud-platform,google-cloud-run,Google Cloud Platform,Google Cloud Run,我似乎无法部署/运行任何谷歌云运行服务 我曾尝试从多个帐户(对所有帐户和项目进行计费)执行此操作,在每个帐户中创建了新的项目,添加了我可以找到的所有权限,以尝试绕过此问题 我根据Hello World示例构建了自己的容器,如下所示: 正在尝试部署: helloworld-csharp>gcloud run deploy --image gcr.io/[Project ID]/helloworld --platform managed Service name (helloworld): D

我似乎无法部署/运行任何谷歌云运行服务

我曾尝试从多个帐户(对所有帐户和项目进行计费)执行此操作,在每个帐户中创建了新的项目,添加了我可以找到的所有权限,以尝试绕过此问题

我根据Hello World示例构建了自己的容器,如下所示:

正在尝试部署:

helloworld-csharp>gcloud run deploy --image gcr.io/[Project ID]/helloworld --platform managed
Service name (helloworld):
Deploying container to Cloud Run service [helloworld] in project [Project ID] region [us-west1]
Deploying...
  Creating Revision... Cloud Run error: Internal system error. Missing necessary permission for service-[ID]@serverless-robot-prod.iam.gserviceaccount.com on resource [Project ID]. Please visit https://cloud.google.com/run
  /docs/troubleshooting for in-depth troubleshooting documentation....failed
Deployment failed
ERROR: (gcloud.run.deploy) Cloud Run error: Internal system error. Missing necessary permission for service-[ID]@serverless-robot-prod.iam.gserviceaccount.com on resource [Project ID]. Please visit https://cloud.google.com/run/docs/troubleshooting for in-depth troubleshooting documentation.
尝试从web控制台在此部署简单的“hello”示例时,我会遇到相同的错误:

Cloud Run error: Internal system error. Missing necessary permission for service-[ID]@serverless-robot-prod.iam.gserviceaccount.com on resource [Project ID]. Please visit https(...)cloud.google.com/run/docs/troubleshooting for in-depth troubleshooting documentation.
我在项目中有以下用户,因为在启用API时,这些用户是自动设置和配置的:

[ID]-compute@developer.gserviceaccount.com  Compute Engine default service account  
[ID]@cloudbuild.gserviceaccount.com     Cloud Build Service Account
[ID]@cloudservices.gserviceaccount.com  Google APIs Service Agent 

service-[ID]@compute-system.iam.gserviceaccount.com Compute Engine Service Agent
service-[ID]@gcp-sa-cloudbuild.iam.gserviceaccount.com  Cloud Build Service Account
service-[ID]@serverless-robot-prod.iam.gserviceaccount.com  Google Cloud Run Service Agent

是的,这似乎确实是谷歌的问题,我没有做任何更改,只是回到控制台,现在我可以毫无问题地启动所有测试容器…

必须不断删除我问题的内容,才能将其取消标记为“垃圾邮件”。我试图通过web控制台部署的预构建容器就是这里的“hello”容器;这也发生在我身上。基于这个问题,这似乎是云计算RunYea的一个问题。似乎是这样。如果这不是我第一次尝试建立这个网站,我更倾向于指责谷歌。让我有点“高兴”我不是现在唯一的一个。现在似乎已经解决了。我从零开始,现在开始工作了。主机项目(部署云运行服务的地方)和容器注册表位置(这里是gcr.io/project_ID/…)之间的项目ID是否相同?