I have configured one Ubuntu system (192.168.1.2) to be a master and minion.
Another Ubuntu machine to be a minion (192.168.1.3). I performed upgrade on Ubuntu machine that was both master and minion and rebooted the system.
Now when I perform:
kubectl get nodes
The node (192.168.1.2) is down.
I went through the documentation but could not find any documentation that explains how to add back the lost nodes.
I need some help to understand how to bring the node back into the Kubernetes cluster. Is there any script to do so?
Thanks