Hi! Is there a way to change regional quotas with ...
# general
b
Hi! Is there a way to change regional quotas with pulumi?
Copy code
ERROR: (gcloud.container.clusters.create) ResponseError: code=403, message=Insufficient regional quota to satisfy request for resource: "IN_USE_ADDRESSES". The request requires '9.0' and is short '1.0'. The regional quota is '8.0' with '8.0' available.

Open the GCP Console and navigate to IAM & admin -> Quotas.
Filter the quotas by selecting your region under Location.
Check the box next to Compute Engine API CPUs, then click EDIT QUOTAS.
Follow the steps to increase the quota. Quotas are not immediately increased.
s
@better-actor-92669 I don’t think so. Didn’t find a GCloud API for (increasing) quotas (with a quick search).
Hard to search for it in Google’s issue-tracker, though: https://issuetracker.google.com/issues?q=api%20for%20quota
b
Ok, thank you @stocky-island-3676, I will try to find if it is possible to do that with gcloud or via API
s