apply kube-proxy patch

pull/2060/head
Matt Rickard 2017-10-16 10:07:19 -07:00
parent 901c844a00
commit 9dbd3966b0
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ func NewProxyServer(config *componentconfig.KubeProxyConfiguration, cleanupAndEx
if c, err := configz.New("componentconfig"); err == nil {
c.Set(config)
} else {
return nil, fmt.Errorf("unable to register configz: %s", err)
glog.Warningf("unable to register configz: %s", err)
}
protocol := utiliptables.ProtocolIpv4