mirror of https://github.com/k3s-io/k3s
Merge pull request #14736 from aveshagarwal/master-proxy-crash
Auto commit by PR queue botpull/6/head
commit
bd58984844
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue