Description
Hello,
I cannot figure out how to deploy the storm cluster with an external zookeeper…
Trying something like this:
helm install storm gresearch/storm
--set zookeeper.enabled=false
--set zookeeper.servers[0]=zookeeper.default.svc.cluster.local
And that’s the output:
Error: template: storm/templates/nimbus-statefulset.yaml:103:12: executing "storm/templates/nimbus-statefulset.yaml" at <include "common.storage.class" (dict "persistence" .Values.persistence "global" .Values.global)>: error calling include: template: no template "common.storage.class" associated with template "gotpl"
Trying to modify the default values of the chart's yaml and i achieve the same results. Where am i wrong?
My zookeeper is in the same kubernetes cluster (Rancher) deployed via bitnami helm chart and kafka can reach it. maybe the fact that usually "onpremise" zookeeper uses a quorum can be a problem?
Can you provide an example of how to set zookeeper container as disabled and external (but in same kubernetes cluster) zookeeper connection?
Regards