mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-04-01 23:35:38 -04:00
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. |
||
|---|---|---|
| .. | ||
| number_generated_rules_test.go | ||
| OWNERS | ||
| proxier.go | ||
| proxier_test.go | ||