mirror of
https://github.com/outbackdingo/kubernetes.git
synced 2026-01-27 18:19:28 +00:00
Burst syncs are theoretically useful for dealing with a single change that results in multiple Run() calls (eg, a Service and EndpointSlice both changing), but 2 isn't enough to cover all cases, and a better way of dealing with this problem is to just use a smaller minSyncPeriod. Co-authored-by: Antonio Ojea <aojea@google.com>