Merge pull request #74436 from ksubrmnn/overlay_dsr

Temporarily remove V2 API check
pull/564/head
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
1 changed files with 1 additions and 1 deletions

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{}
}