mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 11:50:44 +00:00
Fix typo in kube-proxy server.go
This commit is contained in:
parent
2f93978df8
commit
7f5e70022b
@ -200,7 +200,7 @@ func (s *ProxyServer) Run(_ []string) error {
|
||||
ipt := utiliptables.New(execer, protocol)
|
||||
proxierUserspace, err := userspace.NewProxier(loadBalancer, s.BindAddress, ipt, s.PortRange, s.SyncPeriod)
|
||||
if err != nil {
|
||||
glog.Fatalf("Unable to create proxer: %v", err)
|
||||
glog.Fatalf("Unable to create proxier: %v", err)
|
||||
}
|
||||
proxier = proxierUserspace
|
||||
// Remove artifacts from the pure-iptables Proxier.
|
||||
|
Loading…
Reference in New Issue
Block a user