• Kubernetes Submit Queue's avatar
    Merge pull request #38334 from mogthesprog/morganj/remove-azure-subnet-routetable-check · 0cd3cb75
    Kubernetes Submit Queue authored
    Automatic merge from submit-queue (batch tested with PRs 38638, 38334)
    
    Remove Azure Subnet RouteTable check
    
    **What this PR does / why we need it**:
    
    PR Removes the subnet configuration check for Azure cloudprovider. The subnet check ensures that the subnet is associated with the Route Table. However if the VNET is in a different Azure Resource Group then the check fails, even if the subnet is already valid. This a stop gap fix, to allow Kubernetes to be deployed to Custom VNETs in Azure, that may reside in a different resource group to the cluster.
    
    fixes #38134 
    
    @colemickens
    0cd3cb75
Name
Last commit
Last update
..
providers Loading commit data...
BUILD Loading commit data...
OWNERS Loading commit data...
cloud.go Loading commit data...
doc.go Loading commit data...
plugins.go Loading commit data...