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

Persist worker metadata by default #74

Closed ssz1997 closed 11 months ago

ssz1997 commented 12 months ago

Worker uses rocksDB to store file metadata. Right now we are not persisting the rocksDB dir in k8s env. This PR persists it by default on a host machine path.