mirror of https://github.com/k3s-io/k3s.git
Temporarily remove V2 API check
parent
c115b5aec2
commit
a322e08a98
|
@ -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