Alluxio / k8s-operator

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

Make csi a new helm chart #29

Closed ssz1997 closed 1 year ago

ssz1997 commented 1 year ago

Solves #28

CSI is now a separate helm chart and a dependency of operator. By default when the operator starts, the CSI starts too. The lifecycle of CSI is now the same as operator, not alluxio clusters.

There will only be one CSI cluster even multiple Alluxio clusters. It takes care of all requests from all alluxio clusters.