mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-21 19:01:49 +00:00
Merge pull request #109288 from ScheererJ/ScheererJ-kube-proxy-kube-node-port-cleanup
[kube-proxy]: Cleanup KUBE-NODE-PORT chain in filter table.
This commit is contained in:
commit
75398940b6
@ -143,6 +143,7 @@ var iptablesCleanupChains = []struct {
|
||||
{utiliptables.TableNAT, KubeNodePortChain},
|
||||
{utiliptables.TableNAT, KubeLoadBalancerChain},
|
||||
{utiliptables.TableFilter, KubeForwardChain},
|
||||
{utiliptables.TableFilter, KubeNodePortChain},
|
||||
}
|
||||
|
||||
// ipsetInfo is all ipset we needed in ipvs proxier
|
||||
|
Loading…
Reference in New Issue
Block a user