Unverified Commit b96378c0 authored by Kubernetes Prow Robot's avatar Kubernetes Prow Robot Committed by GitHub

Merge pull request #74436 from ksubrmnn/overlay_dsr

Temporarily remove V2 API check
parents e4302c96 a322e08a
...@@ -513,7 +513,7 @@ func NewProxier( ...@@ -513,7 +513,7 @@ func NewProxier(
var hns HostNetworkService var hns HostNetworkService
hns = hnsV1{} hns = hnsV1{}
supportedFeatures := hcn.GetSupportedFeatures() supportedFeatures := hcn.GetSupportedFeatures()
if supportedFeatures.Api.V2 { if supportedFeatures.RemoteSubnet {
hns = hnsV2{} hns = hnsV2{}
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment