kubectl启动报错 :
orphaned pod “xxxx” found, but volume paths are still present on disk
There were a total of 2 errors similar to this. Turn up verbosity to
see them.
进入kubelet的目录,删除报错的‘xxx’文件
cd /var/lib/kubelet/pods/
ls
rm -rf xxx
kubectl启动报错 :
orphaned pod “xxxx” found, but volume paths are still present on disk
There were a total of 2 errors similar to this. Turn up verbosity to
see them.
进入kubelet的目录,删除报错的‘xxx’文件
cd /var/lib/kubelet/pods/
ls
rm -rf xxx