mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-27 13:37:30 +00:00
Merge pull request #14736 from aveshagarwal/master-proxy-crash
Auto commit by PR queue bot
This commit is contained in:
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
|
// We ommit creation of pretty much everything if we run in cleanup mode
|
||||||
if config.CleanupAndExit {
|
if config.CleanupAndExit {
|
||||||
return &ProxyServer{
|
return &ProxyServer{
|
||||||
|
Config: config,
|
||||||
IptInterface: iptInterface,
|
IptInterface: iptInterface,
|
||||||
}, nil
|
}, nil
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user