问题描述:
登录容器,执行ps命令查看进程时,报错/proc挂载问题,如下图,按照图上所说在/etc/fstab 下添加,还是报错
解决方案:
登录k8s节点查看,lxcfs挂了,重启下即可
systemctl status lxcfs.servicesystemctl restart lxcfs.service
error: /proc must be mounted
原文:https://www.cnblogs.com/Xinenhui/p/15152556.html