-
Notifications
You must be signed in to change notification settings - Fork 27
Avoid Marking the Node as Unscheduleable #278
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
Avoid Marking the Node as Unscheduleable #278
Conversation
This is a leftover from early k8s days when taints and tolerations didn’t exist yet. It only still exists because removing it would be a node API change. The scheduler only looks at taints and more info is at kubernetes/kubernetes#69010
|
Skipping CI for Draft Pull Request. |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: razo7 The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
📝 WalkthroughWalkthroughThe changes remove unschedulable taint handling from the self-node remediation controller. Constants, event reasons, and taint-related functions are deleted, and logic in Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Suggested labels
Suggested reviewers
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
/test 4.21-openshift-e2e |
|
/lgtm |
Why we need this PR
This is a leftover from early k8s days when taints and tolerations didn’t exist yet. It only still exists because removing it would be a node API change. The scheduler only looks at taints, and more info is at kubernetes/kubernetes#69010
Changes made
unscheduleableby updating the specWhich issue(s) this PR fixes
RHWA-571
Test plan
Summary by CodeRabbit
✏️ Tip: You can customize this high-level summary in your review settings.