-
Notifications
You must be signed in to change notification settings - Fork 724
feat: refactoring thresholds and usage assessment #1649
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
feat: refactoring thresholds and usage assessment #1649
Conversation
Hi @ricardomaraschini. Thanks for your PR. I'm waiting for a kubernetes-sigs member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
6bc4264
to
bd875f5
Compare
8776e9d
to
0b5d6da
Compare
c26ca94
to
d9dbb12
Compare
/ok-to-test |
bcdeda5
to
99e88bd
Compare
I have the impression that this e2e passed just a few minutes back. Are we dealing with a flake ? /test pull-descheduler-test-e2e-k8s-master-1-30 |
99e88bd
to
539300c
Compare
ad9429c
to
3c00c59
Compare
3c00c59
to
23a5cb5
Compare
dccbaf4
to
84417cd
Compare
this commit refactors the thresholds and usage assessment for the node utilization plugins. both high and low plugins are affected by this change.
ac9c192
to
75a98fb
Compare
this commit comments the low and high utilization plugins. this also simplifies a little bit where it was possible without affecting too much.
75a98fb
to
54d0a22
Compare
/approve @ricardomaraschini thank you very much |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ingvagabund The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
this commit refactors the thresholds and usage assessment for the node utilization plugins. both high and low plugins are affected by this change.