ks-devops
ks-devops copied to clipboard
【集群管理】【存储】当存储类默认设置为xsky的nfs类型时,启用ks-installer中的minio和openldap组件会报错
trafficstars
What is version of KubeSphere DevOps has the issue?
3.5.0
How did you install the Kubernetes? Or what is the Kubernetes distribution?
No response
What happened?
前置条件:
KSE:3.5.0
环境中装有xsky类型的存储类和local类型的存储类,设置xsky中的nfs-csi类型为默认存储类。
操作步骤:
使用kubectl edit cc ks-installer -n kubesphere-system命令开启ks-installer中所有组件
实际结果:
ks-installer在安装minio和openldap的时候创建的pvc的access mode类型为rwo,而xsky的nfs-csi不支持rwo模式,导致minio和openldap的pvc无法绑定。最终导致ks-installer开启组件流程阻塞。
Relevant log output
No response
Additional information
No response