mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 03:41:45 +00:00
Merge pull request #74436 from ksubrmnn/overlay_dsr
Temporarily remove V2 API check
This commit is contained in:
commit
b96378c058
@ -513,7 +513,7 @@ func NewProxier(
|
||||
var hns HostNetworkService
|
||||
hns = hnsV1{}
|
||||
supportedFeatures := hcn.GetSupportedFeatures()
|
||||
if supportedFeatures.Api.V2 {
|
||||
if supportedFeatures.RemoteSubnet {
|
||||
hns = hnsV2{}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user