I am fairly certain that kube rate limiters are broken. I am not seeing anyone use custom informer handlers to avoid using work queue.Add, and doing this bypasses any delayed queue or rate limit that has been set. And if informers do call AddRateLimited, you get extra delay if you have lots of kids
6 months ago