-
Notifications
You must be signed in to change notification settings - Fork 40k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add metric and rate limit for mutating operations #5295
Comments
@lavalamp Obsolete because boundPods are gone, or still needed? |
Hmm... less important, but would still be valuable, I think. I'll downgrade to P3. |
We have metrics for this. A common failure mode of large clusters is to have one component start writing more and bring down the cluster. So we probably still want to have a way to rate limit writes by client out of a global pool. |
Issues go stale after 90d of inactivity. Prevent issues from auto-closing with an If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or |
Stale issues rot after 30d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or |
Rotten issues close after 30d of inactivity. Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
The test in #5274 starts a bunch of operations on the server that fight over changing boundPods. Eventually apiserver crashed.
We should measure how many mutating operations we have, and we should rate-limit it. Giving some clients a bad experience is better than making the system unusable for everyone.
The text was updated successfully, but these errors were encountered: