You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when the Kubernetes-Monitor starts, it registers to Kubernetes events and immediately gets a load of events for all the existing states.
this results in POST requests we attempt to send simultaneously - over 500 in some environments, and surely more in others.
the image scanning logic is already throttled - now it's time to throttle the metadata sending as well.
0 commit comments