mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-28 14:07:14 +00:00
remove unnecessary TODO: Check ipvs version
This commit is contained in:
parent
2d64ce5e8e
commit
f32d5995ab
@ -282,8 +282,6 @@ func tryIPVSProxy(iptver iptables.IPTablesVersioner, kcompat iptables.KernelComp
|
|||||||
return proxyModeIPVS
|
return proxyModeIPVS
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO: Check ipvs version
|
|
||||||
|
|
||||||
// Try to fallback to iptables before falling back to userspace
|
// Try to fallback to iptables before falling back to userspace
|
||||||
glog.V(1).Infof("Can't use ipvs proxier, trying iptables proxier")
|
glog.V(1).Infof("Can't use ipvs proxier, trying iptables proxier")
|
||||||
return tryIPTablesProxy(iptver, kcompat)
|
return tryIPTablesProxy(iptver, kcompat)
|
||||||
|
Loading…
Reference in New Issue
Block a user