Skip to content
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

Possibility to configure Node status conditions to run fencing #27

Open
ErmakovDmitriy opened this issue Oct 14, 2022 · 0 comments
Open

Comments

@ErmakovDmitriy
Copy link

At the moment, the fencing controller checks only NodeReady condition ( https://github.com/kvaps/kube-fencing/blob/master/pkg/controller/node/node_controller.go#L92 ).

It could be nice to be able to configure additional conditions which will trigger fencing.

The motivation to have it is that if one uses Kubernetes Node-Problem-Detector, there could be more conditions which are configured by an administrator.
These conditions may not cause a Node to have Ready=false but may still require fencing (node reboot) to restore normal operation.

P.S. I may try to make necessary changes, if this is considered to be a necessary feature.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant