clickhouse-operator icon indicating copy to clipboard operation
clickhouse-operator copied to clipboard

clickhouse helm chart doesn't work with new sepraate clickhouse helm install of operator 0.25

Open DevBey opened this issue 6 months ago • 1 comments

  1. I tried installing clickhouse + operator using this helm chart https://github.com/Altinity/helm-charts/tree/main/charts/clickhouse
  2. 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.
  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".
  1. seems like a bug in the helm chart or I am doing something wrong ??
  2. the new operator 0.25 + kubectl manifest does work though.

DevBey avatar May 31 '25 20:05 DevBey

could you provide exact commands which you use? and provide values.yaml files which you use?

Slach avatar Jun 01 '25 03:06 Slach

Should be fixed with new releases since then

alex-zaitsev avatar Sep 29 '25 15:09 alex-zaitsev