the zone does not have enough resources available to fulfill the request/ the resource is not ready

前端 未结 8 1138
隐瞒了意图╮
隐瞒了意图╮ 2020-11-28 09:31

I failed to start my instance (through the web browser), it gave me the error:

\"The zone \'projects/XXXXX/zones/europe-west4-b\' does not have enoug

8条回答
  •  Happy的楠姐
    2020-11-28 10:15

    The error "ZONE_RESOURCE_POOL_EXHAUSTED" usually means that there are one or more resources in Compute Engine's backend that have been fully allocated or that, for some reason, have temporarily become unavailable for allocation. The best way for you to minimize encountering this error in the future is for you to spread out your instances through multiple zones instead of having them all on europe-west4-b. That way, if one of the zones is suffering from a lack of available resources, you'll have other zones in which to try to allocate those resources you want. https://cloud.google.com/compute/quotas#quotas_and_resource_availability

提交回复
热议问题