-
Notifications
You must be signed in to change notification settings - Fork 209
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
Implement configurable sentinel/reboot commands #122
Comments
If you're gathering use cases, I'll note that Kubic has a wide variety of alternatives to |
I have another use case for my cluster. Whenever kured reboots a node, the default alerts for ceph storage pods are firing for some minutes until the pods are ready again after the reboot.
It would be nice, if kured offers the ability to run such kinds of commands right before the reboot command is triggered. I already though about alternatives, but none of them works:
|
These seem to be the target of a transactional update action, which means that transactional update action can call kured, and if kured is configured to call kexec, that would work... Sounds a tad complex though :) |
This issue was automatically considered stale due to lack of activity. Please update it and/or join our slack channels to promote it, before it automatically closes (in 7 days). |
Curently stale, but we should keep this issue opened, as it's the way to track all the sub issues. We just have prioritized the testing first. |
This issue was automatically considered stale due to lack of activity. Please update it and/or join our slack channels to promote it, before it automatically closes (in 7 days). |
kexec would be great! Any thoughts from a maintainer on opening this back up? |
It's not only about kexec... ! But guess what?! It's implemented in our main branch (See also #297) ! It will be available on the next release, which should happen soon! |
I checked a few issues/PR, I can only notice that establishing a configurable sentinel and reboot command (see 1) would allow us to close a few other issues and PR:
The text was updated successfully, but these errors were encountered: