GKE:区域配额不足,无法满足请求:资源“IN_USE_ADDRESSES" [英] GKE: Insufficient regional quota to satisfy request: resource "IN_USE_ADDRESSES"

查看:27
本文介绍了GKE:区域配额不足,无法满足请求:资源“IN_USE_ADDRESSES"的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试使用以下方法创建 GKE 集群:

I'm trying to create a GKE cluster using:

gcloud container clusters create mycluster --region europe-west1

但我有一个错误:

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.

资源 IN_USE_ADDRESSES 的限制似乎有问题.这很奇怪,因为该项目是新项目,因此除了要创建的集群之外,我没有任何资源.我有第二个项目,我在其中部署了 postgres 数据库.而已.

It seems that there's a problem with the limit of the resource IN_USE_ADDRESSES. This is weird because the project is new therefore I don't have any resource except the cluster I want to crate. I have a second project in which I deployed a postgres DB. Nothing more.

当我访问配额页面时,我似乎没有超过任何限制.

When I visit the quota page, it seems that I didn't exceed any limit.

您的帮助将不胜感激.

推荐答案

IN_USE_ADDRESSES 表示静态和临时 IP 地址.创建集群总共需要 9 个(包括您在该区域的所有服务),但您的配额只允许总共 8 个地址.

IN_USE_ADDRESSES means both static and ephemeral IP addresses. To create your cluster requires a total of 9 (which includes all of your services in the region) but your quota only allows for 8 addresses total.

解决方案:请求增加配额.按照此链接了解如何申请配额链接.在 Google Cloud Console 中请求增加配额.提示:增加全局和区域.这将涵盖未来的负载平衡器(以及使用全球 IP 地址的其他服务).

Solution: Request a quota increase. Follow this link to understand how to request a quota link. A quota increase is requested in the Google Cloud Console. Tip: Increase both global and regional. This will cover load balancers in the future (and other services that use Global IP addresses).

这篇关于GKE:区域配额不足,无法满足请求:资源“IN_USE_ADDRESSES"的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆