操作系统、k8s信息
[root@k8sm1 ~]# cat /etc/redhat-release
CentOS Linux release 7.9.2009 (Core)
[root@k8sm1 ~]# uname -r
5.4.190-1.el7.elrepo.x86_64
[root@k8sm1 ~]# kubectl get nodes
NAME STATUS ROLES AGE VERSION
k8sm1 Ready master 25h v1.19.16
k8sm2 Ready master 25h v1.19.16
k8sm3 Ready master 25h v1.19.16
k8sn1 Ready <none> 25h v1.19.16
k8sn10 Ready <none> 25h v1.19.16
......
KubeSphere版本信息
使用yaml进行在线安装3.2.1最新版
kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.2.1/kubesphere-installer.yaml
kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.2.1/cluster-configuration.yaml
问题是什么
设置了默认sc,但是Redis会提示pod has unbound immediate PersistentVolumeClaims
同样需要存储的Prometheus-k8s-0却没问题。

nfs的日志无异常

describe redis pod显示
