Difference between revisions of "Error 403: Insufficient regional quota to satisfy"

From wikieduonline
Jump to navigation Jump to search
 
(4 intermediate revisions by the same user not shown)
Line 4: Line 4:
 
  https://console.cloud.google.com/iam-admin/quotas?usage=USED&project=xxxxxx.
 
  https://console.cloud.google.com/iam-admin/quotas?usage=USED&project=xxxxxx.
  
 +
Free account have limited quotas, you can move to a paid account.
  
 +
 +
[[Error: Error creating Subnetwork]]: googleapi: [[Error 400]]: Invalid value for field 'region': 'us-central1-f'. Unknown region., invalid
 +
 +
Solution: value should be [[us-central1]], us-central1-f is a zone.
 +
 +
 +
<pre>
 +
│ Error: error creating NodePool: googleapi: Error 404: Not found: projects/mytestproject123456/zones/us-central1-f/clusters/mytestproject123456-gke.
 +
│ Details:
 +
│ [
 +
│  {
 +
│    "@type": "type.googleapis.com/google.rpc.RequestInfo",
 +
│    "requestId": "0x36747fe8f8adfdasf7b88a"
 +
│  }
 +
│ ]
 +
│ , notFound
 +
 +
│  with google_container_node_pool.primary_nodes,
 +
│  on gke.tf line 41, in resource "google_container_node_pool" "primary_nodes":
 +
│  41: resource "google_container_node_pool" "primary_nodes" {
 +
 +
 +
</pre>
  
 
* [[NodePool]], <code>[[Error: error creating NodePool]]</code>
 
* [[NodePool]], <code>[[Error: error creating NodePool]]</code>
* [[us-central1]]
+
* <code>[[us-central1]], [[us-central1-f]]</code>
  
 
== See also ==
 
== See also ==
 
* {{gke.tf}}
 
* {{gke.tf}}
 
* {{tf GKE}}
 
* {{tf GKE}}

Latest revision as of 17:45, 7 December 2023


Error: error creating NodePool: googleapi: Error 403: Insufficient regional quota to satisfy request: resource "SSD_TOTAL_GB": request requires '600.0' and is short '100.0'. project has a quota of '500.0' with '500.0' available. View and manage quotas at 
https://console.cloud.google.com/iam-admin/quotas?usage=USED&project=xxxxxx.
Free account have limited quotas, you can move to a paid account.


Error: Error creating Subnetwork: googleapi: Error 400: Invalid value for field 'region': 'us-central1-f'. Unknown region., invalid

Solution: value should be us-central1, us-central1-f is a zone.


│ Error: error creating NodePool: googleapi: Error 404: Not found: projects/mytestproject123456/zones/us-central1-f/clusters/mytestproject123456-gke.
│ Details:
│ [
│   {
│     "@type": "type.googleapis.com/google.rpc.RequestInfo",
│     "requestId": "0x36747fe8f8adfdasf7b88a"
│   }
│ ]
│ , notFound
│
│   with google_container_node_pool.primary_nodes,
│   on gke.tf line 41, in resource "google_container_node_pool" "primary_nodes":
│   41: resource "google_container_node_pool" "primary_nodes" {
│
╵

See also[edit]

Advertising: