How to increase backend services quota in Google Cloud Platform?

后端 未结 2 1968
隐瞒了意图╮
隐瞒了意图╮ 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

提交回复
热议问题