pravega / zookeeper-operator

Kubernetes Operator for Zookeeper
Apache License 2.0
364 stars 203 forks source link

watchNamespace setting doesn't seem to work #599

Open parekhcoder opened 5 months ago

parekhcoder commented 5 months ago

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.