-
Notifications
You must be signed in to change notification settings - Fork 955
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
Allow the scheduler to be updated #7045
base: main
Are you sure you want to change the base?
Allow the scheduler to be updated #7045
Conversation
✅ Deploy Preview for karpenter-docs-prod canceled.
|
Pull Request Test Coverage Report for Build 10958923846Warning: This coverage report may be inaccurate.This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.
Details
💛 - Coveralls |
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 besides the one issue in the values.yaml
This PR has been inactive for 14 days. StaleBot will close this stale PR after 14 more days of inactivity. |
7af038c
to
a9fb4ee
Compare
@njtran can you give me another review? Sorry for taking so long to update my PR |
This PR has been inactive for 14 days. StaleBot will close this stale PR after 14 more days of inactivity. |
Fixes #N/A
Description
This change allows the scheduler for the karpenter pods to be changed.
This is usefull when using a custom scheduler, when mixing 2 different schedulers you might run into issues with priority and preemption (one scheduler deleting a pod to make room for Karpenter, but the other scheduler quickly schedules a new pod because there is room).
How was this change tested?
Copy of the helm chart applied locally
Does this change impact docs?
It updates the helm chart docs, but not the karpenter docs. They have been updated
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.