diff --git a/cmd/kube-proxy/app/server.go b/cmd/kube-proxy/app/server.go index 25ff6cdb854..4410da7f3d4 100644 --- a/cmd/kube-proxy/app/server.go +++ b/cmd/kube-proxy/app/server.go @@ -159,6 +159,7 @@ func NewProxyServerDefault(config *ProxyServerConfig) (*ProxyServer, error) { // We ommit creation of pretty much everything if we run in cleanup mode if config.CleanupAndExit { return &ProxyServer{ + Config: config, IptInterface: iptInterface, }, nil }