mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-07-17 02:06:23 +00:00
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>