-
Notifications
You must be signed in to change notification settings - Fork 998
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
Consolidate nodes that are tainted due to certain node conditions #2544
Labels
feature
New feature or request
Comments
This is an interesting request. This sort of correlates with #2235 also I think. Are you thinking the taints would be configurable as well @andrewhibbert ? |
3 tasks
+1 for feature. I can see two use-cases for it:
|
Closing as duplicate of kubernetes-sigs/karpenter#750 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Tell us about your request
For example if you are running node problem detector with
TaintNodesByCondition
switched on (as it is in EKS) you would get taints when there are problems with nodes. No further pods would schedule until the condition clears. Perhaps the consolidation feature could remove nodes after a period of time to ensure pods are running on healthy nodes.Tell us about the problem you're trying to solve. What are you trying to do, and why is it hard?
For example given a taint of unreachable:
You could ensure that the condition has been occuring for a certain amount of time:
Then if it is longer than that time, consolidate the node
Are you currently working around this issue?
N/A
Additional Context
No response
Attachments
No response
Community Note
The text was updated successfully, but these errors were encountered: