I have bootstrapped kubernetes using kubeadm, I have followed the tutorial and using containerd as the container runtime, I have configured the cgroup for kubelet and containerd as well. However, the kubernetes component keep restarting on their, each component gets restarted after a while, I am not sure why, any advise would be appreciated,
You can see in the below screenshot, each service gets exited and then starts again after a while
Hello, thank you for your reply, I have fixed the issue. After much searching, I found that this happened due to some cgroup and containerd mismatch. I added the following code in /etc/containerd/config.toml