-
Notifications
You must be signed in to change notification settings - Fork 299
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
[batch/job] Allow unsuspending a job with a parallelism equal or less then minimum. #3152
Conversation
Skipping CI for Draft Pull Request. |
/test all |
✅ Deploy Preview for kubernetes-sigs-kueue canceled.
|
43971bb
to
ef5e263
Compare
/test all |
/test pull-kueue-test-integration-main |
… then min. The minimum can be reached in the usual partial admission operation. Values less then minimum can be reached in case of readmitting jobs which have marked a good part of their pods as reclaimable.
ef5e263
to
74883ef
Compare
/test pull-kueue-test-integration-main |
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.
/lgtm
/approve
Thanks!
LGTM label has been added. Git tree hash: 01b5e92657b78d46473b01c225c59ab5f23dd8fc
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: mimowo, trasc 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 |
/release-note-edit
I think it better captures the fix from the end-user perspective. |
It seems that there is this bug in the release-0.8 as well:
/cherry-pick release-0.8 |
@tenzen-y: #3152 failed to apply on top of branch "release-0.8":
In response to this:
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. |
Yeah there were a couple of bugs fixed for PartialAdmission. I think we need to cherry pick them all to make the feature work well , but I think it makes sense to do so |
That makes sense. I am seeking PR history, which includes PartialAdmission bug fixes. |
After I summarize all PRs at #3197, let's cherry-pick those to release 0.8. |
… then min. (kubernetes-sigs#3152) The minimum can be reached in the usual partial admission operation. Values less then minimum can be reached in case of readmitting jobs which have marked a good part of their pods as reclaimable.
What type of PR is this?
/kind bug
What this PR does / why we need it:
[batch/job] Allow unsuspending a job with a parallelism equal or less then min.
The minimum can be reached in the usual partial admission operation. Values less then minimum can be reached in case of readmitting jobs which have marked a good part of their pods as reclaimable.
Which issue(s) this PR fixes:
Fixes #3140
Special notes for your reviewer:
Does this PR introduce a user-facing change?