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

Fix load get alluxiocluster #22

Closed ssz1997 closed 1 year ago

ssz1997 commented 1 year ago

Because alluxiocluster and dataset don't necessarily have same name, and the load command intuitively is more closed to the concept of dataset, load needs to get the alluxiocluster object through dataset for some configurations (e.g. image). Therefore, dataset needs to have the information of which alluxiocluster it is bounded to.

ssz1997 commented 1 year ago

@Kai-Zhang PTAL. Thanks!