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
Describe the bug
Deploying a cluster in multiple zones requires a GPU quota equal to the number of zones if GPU_NODE_MIN_SIZE is at least 1. If the GPU quota is only 1, a multizone cluster will fail with the error:
ERROR: (gcloud.container.node-pools.create) ResponseError: code=403, message=Insufficient regional quota to satisfy request: resource "PREEMPTIBLE_NVIDIA_V100_GPUS": request requires '2.0' and is short '1.0'. project has a quota of '1.0' with '1.0' available. View and manage quotas at https://console.cloud.google.com/iam-admin/quotas?usage=USED.
To Reproduce
Steps to reproduce the behavior:
During cluster configuration, select a GPU type with a quota of 1.
Select a minimum GPU node count of at least 1.
Select a multizone cluster configuration.
Create the cluster.
See the error in the failed cluster creation output.
Expected behavior
Ideally, the cluster will not allow the user to start creating a cluster with a bad configuration.
The text was updated successfully, but these errors were encountered:
willgraf
changed the title
Multizone clusters must have a GPU quota of at least 2.
Multizone clusters with GPU_NODE_MIN_SIZE=1 must have a GPU quota of at least 2.
Jul 1, 2020
Describe the bug
Deploying a cluster in multiple zones requires a GPU quota equal to the number of zones if
GPU_NODE_MIN_SIZE
is at least 1. If the GPU quota is only 1, a multizone cluster will fail with the error:To Reproduce
Steps to reproduce the behavior:
Expected behavior
Ideally, the cluster will not allow the user to start creating a cluster with a bad configuration.
The text was updated successfully, but these errors were encountered: