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

Add properties to individual Alluxio components #31

Open ssz1997 opened 1 year ago

ssz1997 commented 1 year ago

It's hard for users to configure properties via env, because they have to write ALLUXIO_WORKER_JAVA_OPTS=-Dalluxio.xxxxx and this requires much more knowledge about Alluxio. It is more natural to use properties.

A common use case is some user property only applies to fuse, but not other clients, for example, alluxio.user.metadata.cache.enabled