kubernetes/pkg/proxy/iptables
Dan Winship bfa4948bb6 Don't re-run EnsureChain/EnsureRules on partial syncs
We currently invoke /sbin/iptables 24 times on each syncProxyRules
before calling iptables-restore. Since even trivial iptables
invocations are slow on hosts with lots of iptables rules, this adds a
lot of time to each sync. Since these checks are expected to be a
no-op 99% of the time, skip them on partial syncs.
2022-11-29 09:42:49 -05:00
..
number_generated_rules_test.go pkg/proxy: Replace deprecated func usage from the k8s.io/utils/pointer pkg 2022-08-14 18:27:33 +03:00
OWNERS Check in OWNERS modified by update-yamlfmt.sh 2021-12-09 21:31:26 -05:00
proxier.go Don't re-run EnsureChain/EnsureRules on partial syncs 2022-11-29 09:42:49 -05:00
proxier_test.go Merge pull request #108250 from cyclinder/add_flag_in_proxy 2022-11-03 17:10:13 -07:00