-
Notifications
You must be signed in to change notification settings - Fork 39.8k
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
[Framework] Add UnschedulableAndUnresolvable status code #82034
[Framework] Add UnschedulableAndUnresolvable status code #82034
Conversation
c704338
to
d70b84a
Compare
/priority important-soon |
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.
/assign @Huang-Wei @ahg-g
We may need to file an exception if we don't get it merged tomorrow.
/lgtm |
/test pull-kubernetes-integration |
The status can be used by (Pre)Filter plugins to indicate that preemption wouldn't change the decision of the filter. Signed-off-by: Aldo Culquicondor <[email protected]>
d70b84a
to
3c1f8a8
Compare
I just removed the change in test/integration/daemonset as it was a left over from a previous approach. |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ahg-g, alculquicondor 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 |
@alculquicondor: The following test failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. 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. I understand the commands that are listed here. |
/retest Review the full test history for this PR. Silence the bot with an |
/milestone v1.16 |
@alculquicondor: You must be a member of the kubernetes/milestone-maintainers GitHub team to set the milestone. If you believe you should be able to issue the /milestone command, please contact your and have them propose you as an additional delegate for this responsibility. 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/test-infra repository. |
@bsalamat could you handle the milestone? |
@k82cn can you apply 1.16 milestone please. |
/milestone v1.16 |
The status can be used by (Pre)Filter plugins to indicate that preemption wouldn't change the decision of the filter.
/kind feature
What this PR does / why we need it:
It allows the scheduler to skip preemption if it wouldn't change the results of the filters.
Which issue(s) this PR fixes:
Fixes #80775
Special notes for your reviewer:
This might need a rebase if #81876 gets merged first.
Does this PR introduce a user-facing change?:
Additional documentation e.g., KEPs (Kubernetes Enhancement Proposals), usage docs, etc.: