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

Fix CSI and add multi mount #86

Closed ssz1997 closed 1 year ago

ssz1997 commented 1 year ago
  1. Use default /mnt/alluxio/fuse on host machine for alluxio mount point instead of staging path provided by CSI, which for unknown reason doesn't work.
  2. Add multi mount check for fuse template
jayxie8 commented 11 months ago

Ask a question Why Staging Path Provided by CSI, which doesn't work.

ssz1997 commented 11 months ago

@jayxie8 The initContainer of the fuse pod would try to create the staging path if it doesn't exist, but then the actual container is not able to find that path.