You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: