rootfs / node-fencing

Apache License 2.0
5 stars 6 forks source link

adding leaderelection logic #16

Open bronhaim opened 6 years ago

bronhaim commented 6 years ago

This allows to deploy replicas of the controller and executor which only one instance is active. In case the instance is not reachable, this logic will activate another instance to continue the job

(example for that usage is in https://github.com/kubernetes-incubator/external-storage/tree/master/lib)