Merge pull request #105450 from danwinship/ipvs-dead-code

Remove some dead code in the ipvs proxy
This commit is contained in:
Kubernetes Prow Robot
2021-11-11 20:50:27 -08:00
committed by GitHub
4 changed files with 3 additions and 48 deletions

View File

@@ -108,7 +108,7 @@ func newProxyServer(
}
if canUseIPVS {
ipvsInterface = utilipvs.New(execer)
ipvsInterface = utilipvs.New()
}
// We omit creation of pretty much everything if we run in cleanup mode