kubernetes/pkg/proxy/iptables
Dan Winship 367f18c49b proxy/iptables: move firewall chain setup
Part of reorganizing the syncProxyRules loop to do:
  1. figure out what chains are needed, mark them in activeNATChains
  2. write servicePort jump rules to KUBE-SERVICES/KUBE-NODEPORTS
  3. write servicePort-specific chains (SVC, SVL, EXT, FW, SEP)

This moves the FW chain creation to the end (rather than having it in
the middle of adding the jump rules for the LB IPs).
2022-07-09 07:08:42 -04:00
..
number_generated_rules_test.go kube-proxy iptables test number of generated iptables rules 2022-06-14 11:55:42 +02:00
OWNERS Check in OWNERS modified by update-yamlfmt.sh 2021-12-09 21:31:26 -05:00
proxier_test.go proxy/iptables: Don't use KUBE-MARK-DROP for "no local endpoints" 2022-06-29 16:37:24 -04:00
proxier.go proxy/iptables: move firewall chain setup 2022-07-09 07:08:42 -04:00