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

Worker Identity #72

Closed ssz1997 closed 12 months ago

ssz1997 commented 1 year ago

Create a default directory on host machine and mount into worker pods. Worker will then write its identity file into this directory so that it can be persisted in k8s env.

ssz1997 commented 12 months ago

@lucyge2022 This PR persists worker id file to host machine, but not including securing the file (chmod 400) because that has to be done on the operator side - only helm can't do it. Let's get this one in first. @JiamingMai PTAL. Thanks!

ssz1997 commented 12 months ago

@lucyge2022 PTAL. Thanks!