Asking for help? Comment out what you need so we can get more information to help you!
Cluster information:
Kubernetes version: 1.18.00
Cloud being used: VM
Installation method: kubeadm
Host OS: Ubuntu
CNI and version:
CRI and version:
In my home lab, I have been testing out learning more about Kubernetes. When I set up the initial nodes I forgot to remove the swap partition entries from fstab. Next reboot none of the containers could start in docker till I removed the swap entry. I checked the journalctl for the kubelet and docker but did not see any errors related to the swap entry causing a problem. Does anyone know which log file should show that info? I think it should be a docker log since the containers failed to start but don’t know which one to check. The container-json files did not show any helpful information as well