mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-10 13:42:02 +00:00
Merge pull request #105450 from danwinship/ipvs-dead-code
Remove some dead code in the ipvs proxy
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user