• Kubernetes Submit Queue's avatar
    Merge pull request #59340 from feiskyer/fip · 87f77cd2
    Kubernetes Submit Queue authored
    Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.
    
    Ensure public IP removed after service deleted
    
    **What this PR does / why we need it**:
    
    When creating many LoadBalancer services, some services may exceed Azure basic LB's FrontendIPConfiguations quota (default is 10). Public IPs are created for all services, but it is not removed after deleting the kubernetes services.
    
    This PR fixes the problem.
    
    **Which issue(s) this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close the issue(s) when PR gets merged)*:
    Fixes #59255
    
    **Special notes for your reviewer**:
    
    Should cherry-pick to v1.9.
    
    **Release note**:
    
    ```release-note
    Ensure Azure public IP removed after service deleted
    ```
    87f77cd2
Name
Last commit
Last update
..
providers Loading commit data...
BUILD Loading commit data...
OWNERS Loading commit data...
README.md Loading commit data...
cloud.go Loading commit data...
doc.go Loading commit data...
plugins.go Loading commit data...