kubeadm init shows kubelet isn't running or healthy
The error was fixed by
sudo swapoff -a
sudo sed -i '/ swap / s/^/#/' /etc/fstab
reboot the machine.
The error was fixed by
sudo swapoff -a
sudo sed -i '/ swap / s/^/#/' /etc/fstab
reboot the machine.