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

Etcd in operator #71

Closed ssz1997 closed 1 year ago

ssz1997 commented 1 year ago

Etcd has been supported in Helm chart. This PR enables launching etcd in operator. This is the first step in which alluxio cluster and etcd cluster is one-to-one. The second step would be launching only one etcd cluster regardless of how many alluxio cluster exists.

ssz1997 commented 1 year ago

@JiamingMai Could you help take a look? Thanks!