阿里云k8s出现大量Terminating和Init状态的pod

在这里插入图片描述

检查/var/log/messages日志发现报错:Jan 19 11:40:13 iZbp1cl iwssrsvZ kubelet: E0119 11:40:13.074936 4030 docker_sandBox.go:267] Failed to stop sandBox “62481fabdbfcf662du094bf9514fc631c5703a1f676skd17585651069ca09ed2084”: operation timeout: context deadline exceeded

这是由于containd版本过低导致节点pod异常,高版本的containerd, 已经修复这个问题了
检查containerd和systemd的版本
rpm -qa |grep -i containerd && rpm -qa |grep -i systemd

执行升级命令
yum install -y https://download.docker.com/linux/centos/7/x86_64/stable/Packages/containerd.io-1.2.10-3.2.el7.x86_64.rpm && yum update systemd -y
systemctl daemon-reexec
最后重启服务器解决此问题
YYQ-运维技术博客
飞翔沫沫情博客_一只运维狗的升级打怪之旅

相关文章

LinuxSystemd服务(2021.07.09)目录LinuxSystemd服务(2021.07...
opidrvabortingprocessM002ospid(3561)asaresultofORA-600OR...
安装好haproxy后,配置正确无法启动,看日志:Feb1309:32:50clu...
Linux 系统与服务管理工具Systemd被曝存在3大漏洞,影响几乎...
一、systemd查看日志文件有隐藏 systemctlstatusSERVICE-l-...
不要在mp目录下保存文件,该目录会定期清理文件mp默认保存10...