I wanted to bring up zookeeper using helm install .
, but it says Error: release <servicename> failed: services "zookeeper" already exists
. I don't see anything if I execute helm list
too. Before installing the service, I checked using helm list
if it already exists, and it doesn't.
How to check the reason for failure?