Changing the engine from Docker to containerd in kubeadm cluster

Asking for help? Comment out what you need so we can get more information to help you!

Cluster information:

Kubernetes version: 1.23
Cloud being used: bare-metal
Installation method: kubeadm
Host OS: centos7
CNI and version: N/A
CRI and version: N/A

You can format your yaml by highlighting it and pressing Ctrl-Shift-C, it will make your output easier to read.

Hello All,

Can anyone provide a reference to follow for switching docker to containerd, I did follow the official kubernetes documentation but with no luck.

Thank you

Hi,
Try to configure containerd as per guide Container Runtimes | Kubernetes.
Once that is done, reconfigure kubelet configuration kubelet | Kubernetes to send requests directly to containerd.