Мне удалось развернуть проект 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/..."
То, что я пробовал до сих пор:
Я попытался проверить Quotas
в IAM & Admin
, но не смог найти мой сервис, или ни один сервис не превышает или не превышает 8 лимит. Я пытался увеличить некоторые services
, но у меня не получилось.
Я включил оплату.
, а также мой app.yaml
runtime: nodejs
env: flex
skip_files:
- ^node_modules/.*$
Изменить:
Я исправил проблему, обновив файл app.yaml:
runtime: nodejs
env: standard
skip_files:
- ^node_modules/.*$