如何增加Google Cloud Platform中的后端服务配额? [英] How to increase backend services quota in Google Cloud Platform?

查看:239
本文介绍了如何增加Google Cloud Platform中的后端服务配额?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在使用Kubernetes,并且试图创建 ingress资源.我使用以下方法创建它:

I'm using Kubernetes and I'm trying to create an ingress resource. I create it using:

$ kubectl create -f my-ingress.yaml

我等了一会儿,似乎没有创建负载均衡器.正在运行:

I wait a while and a load balancer doesn't seem to be created. Running:

$ kubectl describe ing my-ingress

返回:

Events:
  FirstSeen LastSeen    Count   From                SubobjectPath   Reason      Message
  ───────── ────────    ─────   ────                ─────────────   ──────      ───────
  46s       46s     1   {loadbalancer-controller }          ADD     my-ingress
  23s       11s     2   {loadbalancer-controller }          GCE :Quota  googleapi: Error 403: Quota 'BACKEND_SERVICES' exceeded.  Limit: 3.0

有没有办法增加可以创建的后端服务的数量?

Is there a way to increase the number of backend services that can be created?

推荐答案

您需要增加分配给项目的配额.请参阅 https://cloud.google.com/compute/docs/resource-quotas有关资源配额的说明,然后单击该页面上的链接以检查和/或请求增加配额.

You need to increase the quota assigned for your project. Please see https://cloud.google.com/compute/docs/resource-quotas for the explanation of resource quotas, and follow the link on that page to check and/or request a quota increase.

这篇关于如何增加Google Cloud Platform中的后端服务配额?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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