clickhouse-operator
clickhouse-operator copied to clipboard
Altinity Kubernetes Operator for ClickHouse creates, configures and manages ClickHouse clusters running on Kubernetes
I plan to create the initial table on a ClickHouse Cluster with Distributed DDL Queries like the following. ``` CREATE TABLE events_local ON CLUSTER '{cluster}' ( time DateTime, event_id Int32,...
Using operator 0.18.4. My understanding of replicaServiceTemplate is that it will be generated per replica, not per shard. The goal is to have a service that can load balance between...
**Describe the unexpected behaviour** When I execute a statement with ON CLUSTER, It should be able to run it on all the shards and replicas. However it is timing out....
In order to use secure tcp port(9440 by default) while running distributed queries, it's need to add `secure` setting in `remote_servers` settings. It would be great if clickhouse-operator could do...
Hi all, We recently had replaced some servers in our kubernetes cluster and we had to move the Clickhouse instances which was a lot more work than expected. At request...
Ability to define groups of replicas in easy way, so they can share specific podTemplate: For example replicas 1 & 2 should use regular ec2 instances and replicas 3+ should...
Hi, In order to resolve this error "ClickHouse Operator not able to watch ClickHouseOperatorConfiguration Resources", I have just tried to upgrade our clickhouse-operator to the newer version. Everything works perfectly...
I initially set up a cluster of 3 shards. Then I deleted the `sts` manually and applied another template (2 shards). Now the initial cluster (3 shards) keeps re-appearing. How...
dry run?
Is it possible to view a list of changes CHOP will make before actually making the changes? sort of like dry run. I want to make changes to CRD yaml...
HI guys! The issue is created in continue to PR #836 I've tested it in some basic configuration with replicated and sharded installation of clickhouse.