-
Notifications
You must be signed in to change notification settings - Fork 268
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
KEP 973 workload-Priority #1081
Conversation
✅ Deploy Preview for kubernetes-sigs-kueue canceled.
|
Hi @Gekko0114. 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/test-infra repository. |
Is this ready for review or still a Draft? |
Could you review this PR ? |
/ok-to-test |
Sorry for the late. I will review this PR today. |
Np, thank you so much! |
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.
I left a comment for the first pass. I will review this PR again once you address @alculquicondor's comments regarding to immutable priorityClass.
However, expanding integration tests for the job with the scheduler might be worth it.
|
ec6c88c
to
71f02a0
Compare
Hi @alculquicondor , @tenzen-y , I've fixed all comments and added e2e and integration test cases. Could you review it again? |
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.
Looking good overall.
I'll leave the final say to @tenzen-y.
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.
@Gekko0114 Otherwise LGTM
Could you open a PR to add documentation for WorkloadPriorityClass?
Also, it would be better to squash all commits into one to avoid a huge commit message. |
Hi @tenzen-y , @alculquicondor Thank you so much for your detailed review! I've learned a lot from this PR.
Sure, do you mean I should add docs under here ? |
Yes. |
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.
@Gekko0114 Thank you for the hard work! I am really looking forward to this new feature :)
/lgtm
/approve
LGTM label has been added. Git tree hash: 92c89dd9222d35070d9f6595565cac6ae742b070
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Gekko0114, tenzen-y 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 |
What type of PR is this?
/kind feature
What this PR does / why we need it:
Add support for workload Priority
Which issue(s) this PR fixes:
Fixes #973
Special notes for your reviewer:
Does this PR introduce a user-facing change?