Altinity / clickhouse-operator

Altinity Kubernetes Operator for ClickHouse creates, configures and manages ClickHouse® clusters running on Kubernetes
https://altinity.com
Apache License 2.0
1.94k stars 467 forks source link

Clickhouse Keeper config examples missing volume claim usage #1542

Closed SergeBakharev closed 3 weeks ago

SergeBakharev commented 1 month ago

The extended Clickhouse Keeper config examples that have a volumeClaimTemplate do not have a .spec.default.templates.dataVolumeClaimTemplate definition that consumes that template.

This can leave someone using these examples with keepers deployments that they might think are storing their data persistently, but are not! Not a good surprise.

The following templates are affected: docs/chk-examples/02-extended-1-node.yaml docs/chk-examples/02-extended-3-nodes.yaml

just needs a dataVolumeClaimTemplate: default added

Slach commented 1 month ago

thanks for catch

alex-zaitsev commented 3 weeks ago

Fixed in 0.24.1