Merge pull request #74436 from ksubrmnn/overlay_dsr

Temporarily remove V2 API check
This commit is contained in:
Kubernetes Prow Robot 2019-02-22 19:19:37 -08:00 committed by GitHub
commit b96378c058
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -513,7 +513,7 @@ func NewProxier(
var hns HostNetworkService
hns = hnsV1{}
supportedFeatures := hcn.GetSupportedFeatures()
if supportedFeatures.Api.V2 {
if supportedFeatures.RemoteSubnet {
hns = hnsV2{}
}