繁体   English   中英

Gcloud 应用部署错误:“QUOTA_FOR_INSTANCES”

[英]Gcloud App Deploy Error: 'QUOTA_FOR_INSTANCES'

我能够将node.js项目部署到gcloud中,但现在我收到此error

Flex operation projects/.../regions/.../operations/
error [INTERNAL]: An internal error occurred while processing task /appengine-flex-v1/insert_flex_deployment/flex_create_resources>...: Deployment Manager operation .../operation-...

message: "{\"ResourceType\":\"compute.beta.regionAutoscaler\",\"ResourceErrorCode\":\"403\",\"ResourceErrorMessage\":{\"code\":403,\"errors\":[{\"domain\":\"usageLimits\",\"message\":\"Exceeded limit \'QUOTA_FOR_INSTANCES\' on resource \'...\'. Limit: 8.0\",\"reason\":\"limitExceeded\"}],\"message\":\"Exceeded limit \'QUOTA_FOR_INSTANCES\' on resource \...\'. 
Limit: 8.0\",\"statusMessage\":\"Forbidden\",\"requestPath\":\"https://compute.googleapis.com/compute/beta/projects/.../regions/.../autoscalers\",\"httpMethod\":\"POST\"}}" ]
errors: [code: "RESOURCE_ERROR" location: "/deployments/..."

到目前为止我尝试了什么:

  • 我尝试在IAM & Admin中检查Quotas ,但找不到我的服务或没有服务超过或不接近 8 限制。 我试图扩大一些services ,但对我不起作用。

  • 我启用了付款。

这也是我的app.yaml

runtime: nodejs
env: flex
skip_files:
  - ^node_modules/.*$

编辑:

我通过更新 app.yaml 文件解决了这个问题:

runtime: nodejs
env: standard
skip_files:
  - ^node_modules/.*$

Google App Engine 产品团队已经意识到这个问题,目前正在调查中。

有一个公共问题跟踪器,您可以“加星标”并关注,以便您可以收到任何进一步的更新。 此外,如果您同意您的偏好,您可能会看到一些可以临时执行的变通办法。

目前,该决议还没有预计到达时间,但一旦团队在该问题上取得进展,就会提供更新。

我希望这个信息帮助。

暂无
暂无

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM