How to increase backend services quota in Google Cloud Platform?

后端 未结 2 1944
隐瞒了意图╮
隐瞒了意图╮ 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 20:38

    You can follow below steps to increase the resource quotas in your GCP project :

    Step 1 : Open https://console.cloud.google.com/iam-admin/quotas

    Step 2 : Select Project from the dropdown list

    Step 3 : Select the service for which you want the quota to be increased and then click EDIT QUOTAS

    Step 4 : Enter you Name, Email & Phone and then click Next

    Step 5 : Enter New Quota Limit and Description about your request and Click Done

    Step 6 : Submit Request

    Within few minutes your quota should be increased

    References : https://cloud.google.com/compute/quotas

    0 讨论(0)
  • 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.

    0 讨论(0)
提交回复
热议问题