Alluxio / k8s-operator

An operator for managing Alluxio system on Kubernetes cluster
https://www.alluxio.io/
Apache License 2.0
10 stars 8 forks source link

Create storageClass if turned on #9

Closed ssz1997 closed 1 year ago

ssz1997 commented 1 year ago

User could turn on/off the switch to automatically create storageClass for dynamic provisioning, which means, if a pvc with storageClassName the same as the storageClass for AlluxioCSI, a PV would be automatically created.

In some user cases I believe they don't have the permission to create storageClass, so a switch is added.