mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-06 10:43:56 +00:00
Merge pull request #13992 from aveshagarwal/userspace-proxy-typo
Fixes error message.
This commit is contained in:
commit
2cf207ec60
@ -214,7 +214,7 @@ func CleanupLeftovers(ipt iptables.Interface) (encounteredError bool) {
|
|||||||
encounteredError = true
|
encounteredError = true
|
||||||
} else {
|
} else {
|
||||||
if err = ipt.DeleteChain(iptables.TableNAT, c); err != nil {
|
if err = ipt.DeleteChain(iptables.TableNAT, c); err != nil {
|
||||||
glog.Errorf("Error flushing userspace chain: %v", err)
|
glog.Errorf("Error deleting userspace chain: %v", err)
|
||||||
encounteredError = true
|
encounteredError = true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user