You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
to create the cluster results in Insufficient Quota for SSD Storage Error
Note: The Kubelet readonly port (10255) is now deprecated. Please update your workloads to use the recommended alternatives. See https://cloud.google.com/kubernetes-engine/docs/how-to/disable-kubelet-readonly-port for ways to check usage and for migration instructions.
Note: Your Pod address range (--cluster-ipv4-cidr) can accommodate at most 1008 node(s).
ERROR: (gcloud.container.clusters.create) ResponseError: code=403, message=Insufficient regional quota to satisfy request: resource "SSD_TOTAL_GB": request requires '900.0' and is short '400.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?
it's better to specify the Node Disk Size to a smaller SSD disk size per node and the number of nodes so as not to exceed the default storage quota of 500GB of SSD storage in the selected region
Running the command
to create the cluster results in
Insufficient Quota for SSD Storage
Errorit's better to specify the Node Disk Size to a smaller SSD disk size per node and the number of nodes so as not to exceed the default storage quota of 500GB of SSD storage in the selected region
The text was updated successfully, but these errors were encountered: