我最近开始使用 Compute Engine Google Cloud Platform。上周,我从免费试用转为付费计划。由于我的部署受到 CPU 配额的限制,我要求增加两个配额:“CPU (europe-north1)”和“CPU(所有区域)”。europe-north1 配额立即被接受,现在是 512。但是,我的部署现在仍然受到所有区域配额的限制,即 32。
我还没有收到有关所有区域配额的回复,任何进一步的请求都会立即被拒绝,并显示以下消息:
We have received your quota request for [PROJECT].
Unfortunately, we are unable to grant you additional quota at this time. If this
is a new project please wait 48h until you resubmit the request or until your
Billing account has additional history.
Your Sales Rep is a good Escalation Path for these requests, and we highly
recommend you to reach out to them.
If you have any further questions, please reply to this thread or feel free to
reach out to us at [email protected].
我没有销售代表,所以我上周联系了 [email protected] 地址,但从那以后就没有收到他们的消息。我读到,显然,最近引入了所有区域配额。
到目前为止我已经尝试过:
- 为所有区域配额请求不同的数字。
- 进行了人工付款,并通过了。
然而,我的请求不断被拒绝,我仍然被限制在总共 32 个 CPU 内核。对此有任何想法或提示吗?
更新:我一直在使用 n1-standard-4 和 n1-standard-8 实例。一旦 CPU 总数超过 32,GCP 就会中止部署。例如,当我尝试创建 8 个 n1-standard-8 虚拟机时,我收到以下错误消息(通过 terraform):
google_compute_instance.worker[3]: 1 error(s) occurred:
google_compute_instance.worker.3: Error waiting for instance to create: Quota 'CPUS_ALL_REGIONS' exceeded. Limit: 32.0 globally.