Skip to content

storm helm chart and external zookeeper #60

Open
@alessio1983lx

Description

@alessio1983lx

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions