How to increase backend services quota in Google Cloud Platform?

后端 未结 2 1963
隐瞒了意图╮
隐瞒了意图╮ 2021-02-13 20:05

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

2条回答
  •  囚心锁ツ
    2021-02-13 21:02

    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.

提交回复
热议问题