Removed cleanup for non-current kube-proxy modes in newProxyServer()

This commit is contained in:
Vallery Lancey
2019-04-03 15:27:21 -07:00
parent 66329fcea9
commit cdce2d0ef9
2 changed files with 1 additions and 31 deletions

View File

@@ -144,8 +144,6 @@ func newProxyServer(config *proxyconfigapi.KubeProxyConfiguration, cleanupAndExi
}
proxier = proxierUserspace
serviceEventHandler = proxierUserspace
klog.V(0).Info("Tearing down pure-winkernel proxy rules.")
winkernel.CleanupLeftovers()
}
return &ProxyServer{