kubernetes/pkg/cloudprovider
Kubernetes Submit Queue 0cd3cb7598 Merge pull request #38334 from mogthesprog/morganj/remove-azure-subnet-routetable-check
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
2016-12-13 22:36:36 -08:00
..
providers Merge pull request #38334 from mogthesprog/morganj/remove-azure-subnet-routetable-check 2016-12-13 22:36:36 -08:00
BUILD autoupdate BUILD files 2016-12-12 13:30:07 -08:00
cloud.go providers: Remove long-deprecated Instances.List() 2016-12-10 22:36:12 +11:00
doc.go Use Go canonical import paths 2016-07-16 13:48:21 -04:00
OWNERS update pkg/cloudprovider OWNERS to spread the load 2016-09-08 15:13:21 -07:00
plugins.go more readable 2016-12-07 11:35:50 +08:00