• Kubernetes Submit Queue's avatar
    Merge pull request #53557 from yolo3301/az_lb_pipid · 02be3eb0
    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>.
    
    Allow use resource ID to specify public IP address in azure_loadbalancer
    
    **What this PR does / why we need it**: Currently the Azure load balancer assumes that a Public IP address is in the same resource group as the cluster. This is not necessarily true in all environments, in addition to accepting a Public IP, we should allow an annotation to the `Service` object that indicates what resource group the IP is present in.
    
    **Which issue this PR fixes**: fixes #53274 #52129
    
    **Special notes for your reviewer**: *first time golang user, please forgive the amateurness*
    
    Release note
    ```release-note
    Allow use resource ID to specify public IP address in azure_loadbalancer
    ```
    02be3eb0
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...