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 path permission #63

Closed ssz1997 closed 1 year ago

ssz1997 commented 1 year ago

In the case where fuse user and group is set to root, we would chown the whole /mnt/alluxio to user root, which will make the co-located master/worker fail to even start.

Now we chown /mnt/alluxio to the global user. The next initContainer will create the mount point based on the fuse user, so the mount will work.