Altinity / clickhouse-operator

Altinity Kubernetes Operator for ClickHouse creates, configures and manages ClickHouse clusters running on Kubernetes
https://altinity.com
Apache License 2.0
1.87k stars 457 forks source link

Unable to watch all namespaces in Altinity operator installed by OLM #1491

Open saeedhosseini21 opened 1 month ago

saeedhosseini21 commented 1 month ago

Hello everybody. I'm trying to install the ClickHouse operator using OLM and configure it to watch all namespaces. However, the OLM throws an error: 'AllNamespaces InstallModeType not supported, cannot configure to watch all namespaces.' I checked the CSV file, and only the OwnNamespace InstallMode is enabled. Can someone please explain why?

alex-zaitsev commented 1 month ago

I guess it was not supported with old versions of OLM. We will look into that.

saeedhosseini21 commented 1 month ago

I customized CSVs for latest version and could make operator reconcile clusters on other namespaces too. I'd be happy to contribute. If possible, please assign this issue to me.

Slach commented 1 month ago

@saeedhosseini21 feel free to make PR

saeedhosseini21 commented 1 week ago

I created a PR for this issue: https://github.com/Altinity/clickhouse-operator/pull/1510