You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As described in Kong/kubernetes-ingress-controller#3326, gcloud limited number ofIP ranges in a subnet. To prevent failures caused by the limit of IP range, we should confirm that occupied ranges is released after the Cleanup of cluster is finished,
Proposed Solution
Verify whether occupied IP ranges is released after successfully cleaned up the cluster in GKE
If not guaranteed that occupied IP ranges is released after cleanup of cluster, we add poll and wait step in cluster cleanup after calling API to delete cluster.
Additional information
No response
Acceptance Criteria
For GKE cluster, IP ranges (and possibly other resource with limitations) are released after clean up of cluester succeeded.
The text was updated successfully, but these errors were encountered:
randmonkey
changed the title
Confirm occupied subnet resource is released in Cleanup of GKE cluster
Confirm occupied IP ranges are released in Cleanup of GKE cluster
Jan 5, 2023
Is there an existing issue for this?
Problem Statement
As described in Kong/kubernetes-ingress-controller#3326, gcloud limited number ofIP ranges in a subnet. To prevent failures caused by the limit of IP range, we should confirm that occupied ranges is released after the Cleanup of cluster is finished,
Proposed Solution
Additional information
No response
Acceptance Criteria
The text was updated successfully, but these errors were encountered: