kubernetes/pkg/proxy/iptables
Antonio Ojea 9daabbd6c7
kube-proxy: don't do full periodic syncs on large cluster mode
Periodic full-syncs are just reconcile loops just in case somehow
the dataplane has drifted, however, they have an important cost on large
clusters.

We can avoid to perform full-sync if kube-proxy is in the "largecluster"
mode, we are already doing some optimization, so it is reasonable to
avoid the penalty of a full sync for a "just in case" operation.

Signed-off-by: Antonio Ojea <aojea@google.com>
2026-04-24 13:35:49 +00:00
..
cleanup.go Remove deprecated +build instruction. 2026-01-19 17:40:33 +01:00
cleanup_test.go Remove deprecated +build instruction. 2026-01-19 17:40:33 +01:00
doc.go Add doc.go file without any buildconstraint to run tests on non linux systems 2024-04-03 12:30:59 +05:30
number_generated_rules_test.go build: remove deprecated '// +build' tag 2025-12-18 12:16:21 +01:00
OWNERS Check in OWNERS modified by update-yamlfmt.sh 2021-12-09 21:31:26 -05:00
proxier.go kube-proxy: don't do full periodic syncs on large cluster mode 2026-04-24 13:35:49 +00:00
proxier_test.go kube-proxy: don't do full periodic syncs on large cluster mode 2026-04-24 13:35:49 +00:00