clickhouse-operator
clickhouse-operator copied to clipboard
clickhouse helm chart doesn't work with new sepraate clickhouse helm install of operator 0.25
- I tried installing clickhouse + operator using this helm chart https://github.com/Altinity/helm-charts/tree/main/charts/clickhouse
- it works if I install with operator true as in all in one installing both operator + clickouse + keeper, which install operator version 0.24.3.
- when I tried installing operator separately using https://github.com/Altinity/clickhouse-operator/tree/master/deploy/helm/clickhouse-operator 0.25 version. and clickhouse + keeper with above helm chart it fails with
create Pod chi-clickhouse-dev-clickhouse-dev-0-0-0 in StatefulSet chi-clickhouse-dev-clickhouse-dev-0-0 failed error: Pod "chi-clickhouse-dev-clickhouse-dev-0-0-0" is invalid: spec.containers[0].volumeMounts[3].name: Not found: "clickhouse-dev-data".
- seems like a bug in the helm chart or I am doing something wrong ??
- the new operator 0.25 + kubectl manifest does work though.
could you provide exact commands which you use? and provide values.yaml files which you use?
Should be fixed with new releases since then