-
Notifications
You must be signed in to change notification settings - Fork 205
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
Support pod-selector for drain command #788
Conversation
@docbobo Also make sure to sign your commit (see https://github.com/kubereboot/kured/pull/788/checks?check_run_id=14582462611 for more info) |
Okay, tried to address both issues. Please have another look at the description and let me know if you want additional changes. |
code lgtm, looks like it's still complaining about an unsigned commit |
Yes, I noticed. But there is only one commit in this PR and that's verified. Maybe the result of the required rebasing? Do I need to recreate the PR? |
Signed-off-by: Boris Pruessmann <[email protected]>
Nevermind. The commit was signed but missing the Signed-off-by. Now it should be correct. |
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
@docbobo could you submit a helm chart change to expose this new feature?
https://github.com/kubereboot/charts
We'll merge that once this new feature is part of a released version of kured.
This PR is related to issue #737. While it does not add support for custom drain commands, it adds support for configuring the pod-selector to be used for draining, which should be sufficient to address all the Longhorn related issues.