• Kubernetes Submit Queue's avatar
    Merge pull request #49725 from sylr/vnet · 5a25527b
    Kubernetes Submit Queue authored
    Automatic merge from submit-queue
    
    Azure: Allow VNet to be in a separate Resource Group
    
    **What this PR does / why we need it**: 
    
    This PR allows Kubernetes in an Azure context to use a VNet which is not in the same Resource Group as Kubernetes.
    
    We need this because currently Azure Cloud Provider driver assumes that it should have a VNet for himself but if there is one thing that should be shared amongst Azure resources it's a VNet cause, well, things might want to talk to each other in a private network, don't you think ?
    
    I guess this should we backported down to 1.6 branch.
    
    **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: 
    
    fixes #49577
    
    **Release note**:
    
    ```release-note
    NONE
    ```
    
    @kubernetes/sig-azure
    @kubernetes/sig-azure-pr-reviews
    5a25527b
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...