mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-07-24 12:43:56 +00:00
It was trying to reconnect to the LoadBalancer as fast as possible to try to catch any transient problems, but "as fast as possible" ended up meaning about 12,500 times a second, which is clearly excessive. Limit it to 100 times a second.