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 hostPath for storing journal #5

Closed ssz1997 closed 1 year ago

ssz1997 commented 1 year ago

Pros:

Cons:

If any user complains about the root user of initContainer, then they will have to manually setup the permission of the hostPath themselves, which means there's no difference for these users to use PV or hostPath because they have to manually set things up anyways. In that case they can just use PV. Or we can add another switch to indicate whether we should do the chown. We'll address this when someone complains.