zookeeper-operator icon indicating copy to clipboard operation
zookeeper-operator copied to clipboard

watchNamespace setting doesn't seem to work

Open parekhcoder opened this issue 1 year ago • 0 comments

We have our own Kubernetes cluster. There is already one zookeeper cluster running.

I am trying to install new zookeeper cluster (using helm chart) in different namespace with "watchNamespace" setting, namespace is same as new zookeeper installation namespace.

When I try to uninstall the new zookeeper operator (using helm chart), It gives error that there are already zookeeper instance running (on different cluster on different namespace) and that's pod couldn't be deleted.

So it seems "watchNamespace" setting doesn't seem to be working.

parekhcoder avatar Mar 21 '24 14:03 parekhcoder