我正在尝试使用以下方法创建 GKE 集群:
gcloud container clusters create mycluster --region europe-west1
Run Code Online (Sandbox Code Playgroud)
但我有一个错误:
ERROR: (gcloud.container.clusters.create) ResponseError: code=403, message=Insufficient regional quota to satisfy request: resource "IN_USE_ADDRESSES": request requires '9.0' and is short '1.0'. project has a quota of '8.0' with '8.0' available. View and manage quotas at https://console.cloud.google.com/iam-admin/quotas?usage=USED&project=myproject-xxxx.
Run Code Online (Sandbox Code Playgroud)
好像是资源IN_USE_ADDRESSES的限制有问题。这很奇怪,因为该项目是新的,因此除了要创建的集群之外,我没有任何资源。我有第二个项目,我在其中部署了 postgres 数据库。而已。
当我访问配额页面时,我似乎没有超过任何限制。
您的帮助将不胜感激。