-
Couldn't load subscription status.
- Fork 142
Open
Labels
kind/bugCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.priority/medium
Description
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
Metadata
Metadata
Assignees
Labels
kind/bugCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.priority/medium