Open Scorpiion opened 3 years ago
Hi @Scorpiion , thank you for reporting the issue. Could you confirm if the behavior is consistent? I tested the scenario for both "CPU" quota and "C2_CPU" quota on version 1.27.1, and I couldn't reproduce it.
Here are the steps I followed:
Update call failed: error applying desired state: summary: error creating NodePool: googleapi: Error 403: Insufficient regional quota to satisfy request: resource "C2_CPUS": request requires '4.0' and is short '4.0'. project has a quota of '8.0' with '0.0' available. View and manage quotas at https://console.cloud.google.com/iam-admin/quotas?usage=USED&project=<my-project-id>., forbidden, detail:
UpToDate
in status.gcloud
. No error found.
Describe the bug I believe this is a bug, we created new node pools and did not have enough CPU quota, so we just increased the quota and waiting for config connector to retry. It did retry and the node pool came up and running as it should. However, in the GKE UI it says status "ERROR" and looking at the CLI describe command I still see this error message long after I have increased the quota and the node pool has gotten created (days):
Workaround When I after this created a new node pool with the same exact settings (but quota was available from the start), then I don't get any errors. So my workaround was to delete the node pool and recreate it and then it works and the error is gone.
ConfigConnector Version Run the following command to get the current ConfigConnector version
To Reproduce