You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
simple controller (doesn't work yet with workqueue)
initialize new crd for fence objects with status field
polling nodefence object and start "executions"
execution parse the configuration for node, and start running "isolation" phase methods
under demo directory we have:
templates-fenceconfigs.yaml which includes configmaps for all fence method templates in cluster.
demo-host0-fenceconfigs which includes fence configuration for node name lago-kube-host0
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/v1clean_resources: truehostname: localhost <-- here we update where execution ran (should modified to node name)kind: NodeFencenode: lago-kube-host0status: New <-- this is updated by controller after getting execution outputstep: Power-Management
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
deployment:
The text was updated successfully, but these errors were encountered: