【发布时间】:2021-01-11 08:16:37
【问题描述】:
ERROR: (gcloud.app.deploy) INVALID_ARGUMENT: The following quotas were exceeded: CPUS (quota:
0, used: 0 + needed: 4).
尝试使用 gcloud 在新的谷歌云项目中的 App Engine 灵活环境中部署 nodejs 应用程序。
runtime: nodejs
env: flex
resources:
cpu: 2
memory_gb: 3.5
disk_size_gb: 20
network:
name: default
env_variables:
NODE_ENV: production
由于某种原因,我无法在应用引擎柔性环境中成功部署。
【问题讨论】:
-
您的 App Engine 所在的区域是什么?
-
asia-south1 是我的应用引擎 locationId @JohnMichaelG
标签: google-app-engine google-cloud-platform quota app-engine-flexible