Skip to content

Commit f32d599

Browse files
committed
remove unnecessary TODO: Check ipvs version
1 parent 2d64ce5 commit f32d599

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

cmd/kube-proxy/app/server_others.go

-2
Original file line numberDiff line numberDiff line change
@@ -282,8 +282,6 @@ func tryIPVSProxy(iptver iptables.IPTablesVersioner, kcompat iptables.KernelComp
282282
return proxyModeIPVS
283283
}
284284

285-
// TODO: Check ipvs version
286-
287285
// Try to fallback to iptables before falling back to userspace
288286
glog.V(1).Infof("Can't use ipvs proxier, trying iptables proxier")
289287
return tryIPTablesProxy(iptver, kcompat)

0 commit comments

Comments
 (0)