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.93k stars 464 forks source link

ClickHouseKeeper example does not work #1564

Open janeklb opened 2 days ago

janeklb commented 2 days ago

I'm unable to use the https://github.com/Altinity/clickhouse-operator/blob/master/docs/chk-examples/02-extended-3-nodes.yaml example to produce a working ClickHouse Keeper cluster.

The issue's I've bumped into:

Also note:

janeklb commented 19 hours ago

BTW I found that the issue with the PVC getting set to Terminating can be fixed by using provisioner: Operator.

Do you have any documentation around why the StatefulSet is the default provisioner, and when it should / should not be used?