scylla-code-samples icon indicating copy to clipboard operation
scylla-code-samples copied to clipboard

[HELM] namespace is hardcoded to default

Open Vince-Cercury opened this issue 6 years ago • 1 comments

What do I expect to see?

helm install --namespace mynamespace kubernetes-scylla

I expected to see a fully working Scylla cluster in mynamespace

What did I see instead?

The Scylla nodes didn't start successfully. The seed node couldn't be contacted

In statefulset.yaml, this line needs to be changed:

{{ template "scylladb.fullname" . }}-0.{{ template "scylladb.fullname" . }}.default.svc.cluster.local

and retrieve the namespace instead of using default

Vince-Cercury avatar Jul 01 '18 23:07 Vince-Cercury

Hey, @VinceMD nice catch!

I will definitely change that. Thanks for your feedback.

gnumoreno avatar Jul 02 '18 12:07 gnumoreno