mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-24 04:06:03 +00:00
Cleanup KUBE-NODE-PORT chain in filter table.
When cleaning up iptables rules and ipsets used by kube-proxy in IPVS mode iptables chain KUBE-NODE-PORT needs to be deleted before ipset KUBE-HEALTH-CHECK-NODE-PORT can be removed. Therefore, deletion of iptables chain KUBE-NODE-PORT is added in this change.
This commit is contained in:
parent
00bd91e558
commit
a3b7f219a1
@ -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