Skip to content
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

Remove Undetermined reason to fix cluster autoscaler compatibility #2602

Merged
merged 4 commits into from
Dec 23, 2022

Conversation

tgaddair
Copy link
Contributor

Fixes #1775.

#1672 introduced fine-grained Reasons to give users more context about why scheduling did not succeed. However, this breaks compatibility with cluster autoscalers like Karpenter, which rely on the reason being set to Unschedulable to trigger scale-up, and the more fine-grained reason Undetermined causes the autoscaler to skip the pod.

This PR removes this reason to fix support for cluster autoscalers.

@tgaddair
Copy link
Contributor Author

/assign @wpeng102

@william-wang
Copy link
Member

@tgaddair The test file job_info_test.go is also needed to update to fix the CI error :)

@william-wang william-wang self-requested a review December 21, 2022 03:43
@volcano-sh-bot volcano-sh-bot added size/XL Denotes a PR that changes 500-999 lines, ignoring generated files. and removed size/S Denotes a PR that changes 10-29 lines, ignoring generated files. labels Dec 22, 2022
Signed-off-by: Travis Addair <[email protected]>
Signed-off-by: Travis Addair <[email protected]>
Signed-off-by: Travis Addair <[email protected]>
@volcano-sh-bot volcano-sh-bot added size/S Denotes a PR that changes 10-29 lines, ignoring generated files. and removed size/XL Denotes a PR that changes 500-999 lines, ignoring generated files. labels Dec 22, 2022
Signed-off-by: Travis Addair <[email protected]>
@tgaddair
Copy link
Contributor Author

Thanks for taking a look @william-wang! Tests are updated and everything is passing.

@william-wang
Copy link
Member

That's great :)

Copy link
Member

@william-wang william-wang left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

@volcano-sh-bot volcano-sh-bot added the lgtm Indicates that a PR is ready to be merged. label Dec 23, 2022
@volcano-sh-bot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: william-wang

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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@volcano-sh-bot volcano-sh-bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Dec 23, 2022
@volcano-sh-bot volcano-sh-bot merged commit 3cebc5b into volcano-sh:master Dec 23, 2022
@tgaddair tgaddair deleted the remote-undetermined branch December 24, 2022 04:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. lgtm Indicates that a PR is ready to be merged. size/S Denotes a PR that changes 10-29 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

scheduling with update from v1.2.0 to v1.4.0
4 participants