rootfs / node-fencing

Apache License 2.0
5 stars 6 forks source link

poc for node-fence #12

Open bronhaim opened 6 years ago

bronhaim commented 6 years ago

under demo directory we have:

running that and killing kubelet service in node lago-kube-host0 will trigger the controller to create nodefence object in the format

apiVersion: ha.k8s.io/v1
clean_resources: true
hostname: localhost   <-- here we update where execution ran (should modified to node name)
kind: NodeFence
node: lago-kube-host0
status: New   <-- this is updated by controller after getting execution output
step: Power-Management

deployment: