kubesphere / kubesphere/ks-devops
【集群管理】【存储】当存储类默认设置为xsky的nfs类型时,启用ks-installer中的minio和openldap组件会报错
- Dominant language
- Go
- Stars
- 164
- Forks
- 140
- PR merge metrics
- No merged PRs in 30d
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_
Contributor guide
Assessment
This issue has not been assessed yet.