fluid icon indicating copy to clipboard operation
fluid copied to clipboard

[FEATURES]Create pvc by using StorageClass for Dynamic Provisioning

Open jingcheng88 opened this issue 4 years ago • 0 comments

What feature you'd like to add:

  1. The user can create PVC by using StorageClass
  2. Multiple PVC across namespace from one Dataset
  3. The PVC which is created by user can't be deleted by Fluid controller automatically, but it can be deleted when user specify it in annotation like (fluid.io/clean-pv-policy=auto, manual)

Why is this feature needed: Fluid auto created pvc when applying Dataset. We want to create pvc more flexible. For example, applications running in a different namespaces need to mount same Dataset with different subPath.

jingcheng88 avatar Dec 08 '21 10:12 jingcheng88