kosmos-io / kosmos

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

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

Open zhouhaoA1 opened 5 months ago

zhouhaoA1 commented 5 months 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 5 months ago

/assign @zhouhaoA1

zhouhaoA1 commented 5 months ago

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

zhouhaoA1 commented 5 months ago

my solution is in file, thanks for review