gcloud 崩溃(AttributeError):'NoneType' 对象没有属性 'revisionTemplate'
gcloud crashed (AttributeError): 'NoneType' object has no attribute 'revisionTemplate'
我在 Cloud 运行 上工作,它似乎还处于测试阶段,无法重新部署,如下所示。如果我从 GCP 控制台删除该服务,然后将相同的 Docker 部署为新服务,它就会起作用。我找不到设置 revisionTemplate 的方法。
我 运行 此命令使用 gcloud 部署云 运行 服务。
gcloud beta run deploy v2-cms --image gcr.io/my-project/v2-cms --quiet
然后,这样说就不行了
X Deploying...
. Creating Revision...
. Routing traffic...
Deployment failed
ERROR: gcloud crashed (AttributeError): 'NoneType' object has no attribute 'revisionTemplate'
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
要解决此问题,请将 gcloud
更新到最新版本 gcloud components update
确保您的本地 Tensorflow 版本仍受 GCloud 支持https://cloud.google.com/ai-platform/training/docs/runtime-version-list
我在 Cloud 运行 上工作,它似乎还处于测试阶段,无法重新部署,如下所示。如果我从 GCP 控制台删除该服务,然后将相同的 Docker 部署为新服务,它就会起作用。我找不到设置 revisionTemplate 的方法。
我 运行 此命令使用 gcloud 部署云 运行 服务。
gcloud beta run deploy v2-cms --image gcr.io/my-project/v2-cms --quiet
然后,这样说就不行了
X Deploying...
. Creating Revision...
. Routing traffic...
Deployment failed
ERROR: gcloud crashed (AttributeError): 'NoneType' object has no attribute 'revisionTemplate'
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
要解决此问题,请将 gcloud
更新到最新版本 gcloud components update
确保您的本地 Tensorflow 版本仍受 GCloud 支持https://cloud.google.com/ai-platform/training/docs/runtime-version-list