error: /proc must be mounted

问题描述:

 登录容器,执行ps命令查看进程时,报错/proc挂载问题,如下图,按照图上所说在/etc/fstab 下添加,还是报错

error: /proc must be mounted

 

解决方案:

 登录k8s节点查看,lxcfs挂了,重启下即可

systemctl status lxcfs.service
systemctl restart lxcfs.service

error: /proc must be mounted

 

error: /proc must be mounted

上一篇:HDU 7068 - Dota2 Pro Circuit


下一篇:EF调用存储过程