selectdb / doris-operator

Doris kubernetes operator
Apache License 2.0
66 stars 33 forks source link

Add option to specify which namespace to reconcile objects for #142

Closed AustinLMayes closed 2 months ago

AustinLMayes commented 3 months ago

Adds a runtime argument to specify which namespace to perform resource reconciliation for. This allows the operator to run multiple instances across different namespaces in a single cluster environment . The default is to watch all namespaces.

intelligentfu commented 2 months ago

/approve Hi, in the next version, we will upgrade "sigs.k8s.io/controller-runtime" from 0.14.6 to 0.17.3. This code will be updated to adapt 0.17.3. but, now I merge the pr.