jwangkun FailedScheduling Invalid date default-scheduler running “VolumeBinding” filter plugin for pod “minio-7bfdb5968b-52jgz”: pod has unbound immediate PersistentVolumeClaims 异常 FailedScheduling Invalid date default-scheduler running “VolumeBinding” filter plugin for pod “minio-7bfdb5968b-52jgz”: pod has unbound immediate PersistentVolumeClaims
stoneshi-yunify jwangkun pod has unbound immediate PersistentVolumeClaims ==》 pvc没有绑定pv,kubectl describe pvc看下pvc的状态。另外再kubectl describe pod <failed-pod-name> 看下pod的状态和events。 使用nfs的应用文件可以写入,无法正常访问 可以写入,无法正常访问是什么意思?nfs server端的/etc/exports是如何设置的?你试试能不能在node节点上直接mount一个nfs的目录,看看读写有无问题
jusda_hm 如果是安装的nfs-server在windows,可以修改nfs-provider的vers为3试试: nfs: server: 10.0.7.144 path: /data/jusda_kubesphere mountOptions: tcp nfsvers=3
jwangkun stoneshi-yunify 可以挂在,问题是:1,安装devops报错,miniio无限重启 2、部署的应用使用了nfs存储的,可以写入,但是读取的数据有问题,具体显示是不报错,但是无法访问