kubelet启动报错

kubelet启动报错cannot find network namespace for the terminated container

问题来源

使用 journalctl -xefu kubele 命令查看kubelet日志发现如下报错:

cannot find network namespace for the terminated container

解决办法

docker system prune
systemctl restart kubelet

docker system -h

  • df 查看docker空间使用情况。

  • events 查看实时事件。

Last updated