Difference between revisions of "NodePool"

From wikieduonline
Jump to navigation Jump to search
 
(5 intermediate revisions by the same user not shown)
Line 11: Line 11:
  
  
  │ [[Error: error creating NodePool]]: googleapi: [[Error 403]]: [[Insufficient regional quota to satisfy]]  
+
  │ [[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  
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.
 
  https://console.cloud.google.com/iam-admin/quotas?usage=USED&project=xxxxxx.
  
 +
== Related ==
 +
* <code>[[gcloud compute disk-types]]</code>
 +
* [[Karpenter releases]]: Add [[minValues]] flexibility to the [[NodePool]] requirement
  
 
== See also ==
 
== See also ==
 
* {{gke.tf}}
 
* {{gke.tf}}
 
* {{tf GKE}}
 
* {{tf GKE}}

Latest revision as of 13:41, 5 March 2024

╷
│ Error: error creating NodePool: googleapi: Error 400: Invalid machine type g1-medium in zone us-central1-a: googleapi: 
Error 404: The resource 'projects/your-project/zones/us-central1-a/machineTypes/g1-medium' was not found, notFound., 
badRequest
│
│   with google_container_node_pool.primary_nodes,
│   on gke.tf line 30, in resource "google_container_node_pool" "primary_nodes":
│   30: resource "google_container_node_pool" "primary_nodes" {
│
╵


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.

Related[edit]

See also[edit]

Advertising: