fluid
fluid copied to clipboard
[FEATURES]Create pvc by using StorageClass for Dynamic Provisioning
What feature you'd like to add:
- The user can create PVC by using StorageClass
- Multiple PVC across namespace from one Dataset
- 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.