kosmos-io / kosmos

The limitless expansion of Kubernetes. Make Kubernetes without boundaries
https://kosmos-io.github.io/website/
Apache License 2.0
182 stars 40 forks source link

Support `immediate` volumebindingmode storageclass and shared pvc used by multiple pods #604

Open zhouhaoA1 opened 1 month ago

zhouhaoA1 commented 1 month ago

What would you like to be added: 1、Support immediate volumebindingmode storageclass 2、Support shared pvc used by multiple pods

Why is this needed: 1、Some commonly used distributed storage in production, such as cephfs、glusterfs,are Immediate mode. 2、Some products used pvc to store commen files, so pods needs to access the same pvc

zhouhaoA1 commented 1 month ago

/assign @zhouhaoA1

zhouhaoA1 commented 3 weeks ago

增加Kosmos对Immediate绑定模式StorageClass的支持.docx

zhouhaoA1 commented 3 weeks ago

my solution is in file, thanks for review