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

Support csi #7

Closed ssz1997 closed 1 year ago

ssz1997 commented 1 year ago

Changes made from CSI of Alluxio 2.x

  1. The CSI in 2.x interacts with master. Remove those parts.
  2. Only support run AlluxioFuse in its own pod. Deprecate running AlluxioFuse inside nodeserver.
  3. Create its own image for CSI.
  4. Modify structure to fit in the new project structure.
ssz1997 commented 1 year ago

@Kai-Zhang I think it would be helpful for us to sync about what csi is and how it works before you jump into review this, so let's sync offline first.