-
Notifications
You must be signed in to change notification settings - Fork 271
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
feat: add ability to drain on rebalance #400
Conversation
🎉 |
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.
Thanks a lot for the work and adding tests! Looks good on a first pass, had some minor comments
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.
Just remove version bump in Chart.yaml
-- everything else looks good 👍
Were you able to confirm the sqs behavior from my previous comment:
- Is it necessary to set both
enableSqsTerminationDraining
andenableRebalanceDraining
to drain on Rebalance in Queue Processor mode?
Issue #, if available: #368
Description of changes:
Currently NTH will only cordon a node when a rebalance recommendation signal is received. This PR adds the ability to also drain the node when such signal is received.
Also adding a couple of missing parameters in the Helm chart.