-
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
Resource quota observes deletes faster #17133
Resource quota observes deletes faster #17133
Conversation
Marked WIP while I fix unit tests. |
Labelling this PR as size/L |
b837854
to
1a2212e
Compare
/cc @smarterclayton @erictune @wojtek-t - if any of you have time to review, this is a big usability improvement for quota. |
GCE e2e build/test failed for commit 03a7b8676a8d9e11af4e5a38016292b9e1a6080c. |
1a2212e
to
bf7e2de
Compare
@k8s-bot test this |
GCE e2e build/test failed for commit b837854010d49e981fa65d639dd0b8a904515fd9. |
GCE e2e build/test failed for commit 1a2212ec9ad312ce2b06014fea856be73d6be0b8. |
GCE e2e build/test failed for commit bf7e2de6260b7d87a2747bc869adbdd4fa813c2e. |
GCE e2e build/test failed for commit bf7e2de6260b7d87a2747bc869adbdd4fa813c2e. |
@k8s-bot tes this |
bf7e2de
to
91f0cf4
Compare
GCE e2e build/test failed for commit 91f0cf4ace98ce1ee919ef56f2f1b0ff520fb9f4. |
91f0cf4
to
8fc9939
Compare
GCE e2e build/test failed for commit 8fc993902a25e45758abe3b45fb884063a63411f. |
Exciting! |
@smarterclayton - hope "Exciting!" implied good for users, and not wow that is a lot of failures. Looks like an issue with doc munger, will update Monday. |
8fc9939
to
ebaeb32
Compare
GCE e2e build/test failed for commit ebaeb327cc3da626f8e2b32449fa421ca4cb6111. |
ebaeb32
to
1592b31
Compare
@eparis @smarterclayton - any chance you want to tag this prior to gobbling on turkey this week? |
ServiceSyncPeriod: 5 * time.Minute, | ||
NodeSyncPeriod: 10 * time.Second, | ||
ResourceQuotaSyncPeriod: 10 * time.Second, | ||
ResourceQuotaSyncPeriod: 10 * time.Minute, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this what you were saying is 5min in the summary?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Obviously the summary and the code got out of sync.
I will drop this down to 5 minutes because that feels appropriate to me.
d75bd57
to
dafa488
Compare
@eparis - updated to 5 minutes per summary. |
GCE e2e test build/test passed for commit dafa4885113091846e3638eab2ff0dd8333cc7b1. |
@k8s-bot test this |
GCE e2e test build/test passed for commit dafa4885113091846e3638eab2ff0dd8333cc7b1. |
@eparis @smarterclayton - nag to get a review :-) |
hahaha, and then to rebase bot comes along and screws you. |
dafa488
to
55d4f70
Compare
@eparis - if you have time to review before i get bit by rebase bug again. |
GCE e2e test build/test passed for commit 55d4f70. |
@k8s-bot test this [submit-queue is verifying that this PR is safe to merge] |
GCE e2e build/test failed for commit 55d4f70. |
@k8s-bot - test this |
@k8s-bot test this |
GCE e2e test build/test passed for commit 55d4f70. |
@k8s-bot test this [submit-queue is verifying that this PR is safe to merge] |
GCE e2e test build/test passed for commit 55d4f70. |
Automatic merge from submit-queue |
…ements Auto commit by PR queue bot
User's have complained that the quota system takes too long to observe deletes.
This can cause excessive delays in new work being allowed to proceed.
Related to:
#17098
Major changes:
Net: