简体   繁体   English

未找到 gcloud beta 运行部署错误

[英]error on gcloud beta run deploy not found

iam trying to deploy camunda on cloud run via google cloud sdk shell i followed the command as in this site https://medium.com/@ruslanfg/run-camunda-bpm-on-google-cloud-run-ecc59dc9fbc4 when i type last cmmand (gcloud beta run deploy --image gcr.io/camundacloud/camunda-demo --memory=1G) and then appear service name: I typed my service name camunda then error appear error not found requested entity was not found. iam trying to deploy camunda on cloud run via google cloud sdk shell i followed the command as in this site https://medium.com/@ruslanfg/run-camunda-bpm-on-google-cloud-run-ecc59dc9fbc4 when i type最后一个命令(gcloud beta run deploy --image gcr.io/camundacloud/camunda-demo --memory=1G)然后出现服务名称:我输入了我的服务名称camunda然后错误出现错误未找到请求的实体未找到。 please help.请帮忙。

I couldn't reproduce the error after following the instructions in the article you mentioned.按照您提到的文章中的说明操作后,我无法重现该错误。

Please see my steps that lead to successful service deployment.请参阅我成功部署服务的步骤。 If all steps are followed, you should be able to run Camunda BPM on Google Cloud Run without issues:如果遵循所有步骤,您应该能够在 Google Cloud Run 上运行 Camunda BPM 而不会出现问题:

  1. Selected the required project with gcloud config set project <your-project-id>使用gcloud config set project <your-project-id>选择所需的项目
  2. Enabled beta components with sudo apt-get install google-cloud-sdk (alternatively, use gcloud components install beta as mentioned in the article you referenced)使用sudo apt-get install google-cloud-sdk启用 beta 组件(或者,使用您引用的文章中提到的gcloud components install beta
  3. Enabled Cloud Run - gcloud services enable run.googleapis.com已启用 Cloud Run - gcloud services enable run.googleapis.com
  4. Set default Cloud Run region - gcloud config set run/region <desired region>设置默认 Cloud Run 区域 - gcloud config set run/region <desired region>
  5. gcloud beta run deploy --image gcr.io/camundacloud/camunda-demo --memory=1G
  • For the prompt Service name: (camunda-bpm-platform): I entered mycamunda对于提示Service name: (camunda-bpm-platform):我输入mycamunda

  • Allow unauthenticated invocations to new service [mycamunda]? (y/N)? - selected Y - 选择Y

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 gcloud run deploy ERROR: (gcloud.run.deploy) [source] 的值无效:指定 --tag 时需要 Dockerfile - gcloud run deploy ERROR: (gcloud.run.deploy) Invalid value for [source]: Dockerfile required when specifying --tag 无法在 gcloud 运行部署命令中传递服务帐户。 获取传递的服务帐户的正则表达式验证错误 - Unable to pass service account in gcloud run deploy command. Getting regex validation error for the passed service account Gcloud 应用部署错误:“QUOTA_FOR_INSTANCES” - Gcloud App Deploy Error: 'QUOTA_FOR_INSTANCES' 在 Google App Engine 上部署 Django ==&gt; 错误:(gcloud.app.deploy)NOT_FOUND:无法检索 P4SA(...) - Deploying Django on Google App Engine ==> ERROR: (gcloud.app.deploy) NOT_FOUND: Unable to retrieve P4SA(...) gcloud应用程序部署失败并出现错误-gcloud崩溃了FileNotFoundError-python3应用程序 - gcloud app deploy failed with error - gcloud crashed FileNotFoundError - python3 app 无法部署到 gcloud - Cannot deploy to gcloud 启动 gcloud beta ai-platform 版本创建 API 时出现错误 --accelerator 无法识别的参数 - Error --accelerator unrecognized argument when launching gcloud beta ai-platform versions create API GCloud 命令不适用于 SSH(gcloud app deploy) - GCloud commands not working with SSH (gcloud app deploy) 在WildFly 8.0.0.Beta 1上部署Spring应用程序时出错 - Deploy error of spring application on WildFly 8.0.0.Beta 1 gcloud 无法部署 nodejs 应用程序 - gcloud cant deploy nodejs app
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM