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
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
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.