【发布时间】:2022-07-05 17:43:10
【问题描述】:
命令
gcloud run deploy api --region=$REGION --image=$IMAGE
日志
Deploying container to Cloud Run service [api] in project [[MASKED]] region [[MASKED]]
Deploying...
Creating Revision...........interrupted
Deployment failed
ERROR: (gcloud.run.deploy) Revision [[MASKED]] is not ready and cannot serve traffic.
我试过搜索谷歌云文档,但没有提到这个问题。
如何解决“Revision is not ready and cannot serve traffic.”?
【问题讨论】:
-
部署失败。查看 Cloud Run 日志以了解失败原因。
-
请用Minimal reproducible example 和前面提到的日志更新您的问题
标签: gcloud