Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

Container runtime containerd failed!

Now and then one of the nodes in my cluster is throwing this error: Container runtime containerd failed!
resulting in all pods to get restarted at once and scheduled in other nodes abruptly.

I checked all metrics and I can;t correlate to any of them causing this. 

Kernel version: 5.15.107+
OS image: Container-Optimized OS from Google
Container runtime version: containerd://1.6.18
kubelet version: v1.26.6-gke.1700
kube-proxy version: v1.26.6-gke.1700

2 1 1,580
1 REPLY 1

Hi @surshrestha,

Welcome to the Google Cloud Community!

Can you executing the following commands [1]?

$ sudo rm /etc/containerd/config.toml
$ sudo systemctl restart containerd
$ sudo kubeadm init

Unfortunately, many factors can cause containerd to fail, including a lack of available resources, improper configuration, and so on. If this doesn't work, you might want to contact Google Cloud Support to further investigate your project.

I hope this helps. Thank you.

Best,

Lawrence

[1]. https://github.com/containerd/containerd/issues/4581

Top Labels in this Space