I am trying to create a cluster based on a single node with a machine type of n2-highcpu-2
with locationeurope-west3-a
. While I'm creating the node I am getting this error message:
Insufficient regional quota to satisfy request: resource "N2_CPUS": request requires '2.0' and is short '2.0'. the project has a quota of '0.0' with '0.0' available. View and manage quotas at https://console.cloud.google.com/iam-admin/quotas?usage=USED&project=gordion-project.
I am requesting an increase of quota via The quota page (See Appendix-1 below). Later I am always getting the following mail from google and I can't increase the quota:
Hello, We attempted to adjust the quota for your project: gordion-project but did not find any changes that needed to be made. This could be due to being unable to fulfill part of the request. If you would like to reduce your quota, please reply to this message and a support representative will get back to you. If the current values are still insufficient, please file a new request with a reduced ask or additional justification. To verify current quota, please navigate to https://console.cloud.google.com/iam-admin/quotas?project=xx-xx .
Best regards and happy computing!
Sincerely, Cloud Platform Support
What Else Can I do to create the cluster with n2 machine type?
EDIT 1:
EDIT 2:
I ran the command in the CLI: gcloud container clusters create "test-cluster-1" --zone "europe-west1-b" --machine-type "n2-highcpu-2"
Got the following output:
WARNING: In June 2019, node auto-upgrade will be enabled by default for newly created clusters and node pools. To disable it, use the `--no-enable-autoupgrade` flag.
WARNING: Starting in 1.12, new clusters will have basic authentication disabled by default. Basic authentication can be enabled (or disabled) manually using the `--[no-]enable-basic-auth` flag.
WARNING: Starting in 1.12, new clusters will not have a client certificate issued. You can manually enable (or disable) the issuance of the client certificate using the `--[no-]issue-client-certificate` flag.
WARNING: Starting in 1.12, default node pools in new clusters will have their legacy Compute Engine instance metadata endpoints disabled by default. To create a cluster with legacy instance metadata endpoints disabled in the default node pool, run `clusters create` with the flag `--metadata disable-legacy-endpoints=true`.
WARNING: The Pod address range limits the maximum size of the cluster. Please refer to https://cloud.google.com/kubernetes-engine/docs/how-to/flexible-pod-cidr to learn how to optimize IP address allocation.
This will enable the autorepair feature for nodes. Please see https://cloud.google.com/kubernetes-engine/docs/node-auto-repair for more information on node autorepairs.
ERROR: (gcloud.container.clusters.create) ResponseError: code=403, message=Insufficient regional quota to satisfy request: resource "N2_CPUS": request requires '6.0' and is short '6.0'. project has a quota of '0.0' with '0.0' available. View and manage quotas at https://console.cloud.google.com/iam-admin/quotas?usage=USED&project=gordion-project.