Hi guys,
one node in my rke 1 cluster just die. I have just replaced the disk and deployed the OS ready for k8s.
I am not sure if rke up --config cluster .yaml is safe enough to add/replace the node, so I try with --update-only:
$ rke up --config cluster.yaml --update-only the node does not starts kubernetes:
ERRO[0091] Failed to upgrade hosts: k8s-prod-60 with error [host k8s-prod-60 not ready]
FATA[0091] [workerPlane] Failed to upgrade Worker Plane: [host k8s-prod-60 not ready]
What can I check to see what went wrong?