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:
Kubernetes Prow Robot 2022-05-03 19:30:48 -07:00 committed by GitHub
commit 75398940b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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