After #103 , the machine remediation process is failing if machine bootstrap failed and node did not join the cluster successfully. The reason is that we have not handled the case when machine.Status.NodeRef = nil when handling PreTerminateDeleteHook. Working on the fix....
After #103 , the machine remediation process is failing if machine bootstrap failed and node did not join the cluster successfully. The reason is that we have not handled the case when
machine.Status.NodeRef = nil
when handlingPreTerminateDeleteHook
. Working on the fix....