I am new in DevOps. Recently I bought two raspberry pi devices and setup one as master and the another as worker node. When I reboot the device the docker containers (api server etc.) don't up.
What should to do in this case ?
Should I use kubeadm reset and kubeadm init each and every time I reboot device (server in case of production) and re configure the whole cluster ?
I am attaching screenshot here:
journalctl -u kubeletand also check if docker is running after rebootsystemctl status docker. – Matt Jun 26 '20 at 10:56journalctl -u kubelet. Please kindly see the errors. And yes,dockeris running @HelloWorld – Shamim Jun 26 '20 at 15:35Fare fatal, as one can see in that error message saying you must disable swap, or otherwise tell kubelet you're prepared to deal with the mess that can result from leaving it enabled – mdaniel Jun 26 '20 at 16:10