helm-charts
helm-charts copied to clipboard
Strapdata HELM charts
Dear, I am facing this issue. I am installing the elassandra on the microk8s and see this error. Could you please help me? helm install --namespace "ns1" --name "ns1-cl1-dc1" --set...
Hi, today i tried to install strapdata/elassandra chart on a kubernetes v 1.18 cluster. Setup failed with error "no matches for kind "StatefulSet" in version "apps/v1beta1". I dug into templates/statefulset.yaml...
Hi guys, I'm currently using `k8s`:`1.16.2` with `helm`:`3.0.1` and it seems that the `StatefulSet` resource is not part of `app/v1beta1` anymore under this version. Getting this error ``` Error: unable...
Helm chart doesn't seem specify preStop script to lifecycle hook, should reference /usr/share/cassandra/scripts/postStart.sh somehow, but instead just calls `nodetool drain`: https://github.com/strapdata/helm-charts/blob/master/charts/elassandra/templates/statefulset.yaml#L166 May be handled somewhere else but my script doesn't...
Reviewed