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

Altinity Kubernetes Operator for ClickHouse creates, configures and manages ClickHouse clusters running on Kubernetes

Results 290 clickhouse-operator issues
Sort by recently updated
recently updated
newest added

Signed-off-by: Suzy Wang Thanks for taking the time to contribute to `clickhouse-operator`! Please, read carefully [instructions on how to make a Pull Request](https://github.com/Altinity/clickhouse-operator/blob/master/CONTRIBUTING.md#intro). This will help a lot for maintainers...

Hi , I have edited the CLICKHOUSE_INIT_TIMEOUT value to 400 as suggested in https://kb.altinity.com/altinity-kb-kubernetes/altinity-kb-possible-issues-with-running-clickhouse-in-k8s/#clickhouse-init-process-failed but I still see that SIGTERM signal is received by Application . I am wondering ,...

I want to know why we use the same operator password for all the ck instance. It is not safe enough, I think we should use give the ability to...

Thanks for taking the time to contribute to `clickhouse-operator`! Please, read carefully [instructions on how to make a Pull Request](https://github.com/Altinity/clickhouse-operator/blob/master/CONTRIBUTING.md#intro). This will help a lot for maintainers to adopt your...

### Context When cluster scale up, operator only helps to create database and tables. ### Desired behavior Also help propagate ttl, row policies and others necessarry. If not, I need...

Please check items PR complies to: * [x] All commits in the PR are squashed. [More info](https://github.com/Altinity/clickhouse-operator/blob/master/CONTRIBUTING.md#how-to-make-pr) * [x] The PR is made into dedicated `next-release` branch, **not into** `master`...

* [x] All commits in the PR are squashed. [More info](https://github.com/Altinity/clickhouse-operator/blob/master/CONTRIBUTING.md#how-to-make-pr) * [x] The PR is made into dedicated `next-release` branch, **not into** `master` branch1. [More info](https://github.com/Altinity/clickhouse-operator/blob/master/CONTRIBUTING.md#how-to-make-pr) * [x] The...

## Context This chart mentions one feature: > ClickHouse cluster scaling including **automatic schema propagation** The behavior of this feature did not match my expectations. ## Current behavior From @alex-zaitsev...

I have a CHI with user passwords passed via `*/k8s_secret_password` settings. When I change passwords in the k8s secrets, clickhouse-operator doesn't change them in the database until some change in...

We received the following error after changing our replica-service-template to use a LoadBalancer instead of ClusterIP: ``` - type: 'ClusterIP', - clusterIP: 'None' + type: 'LoadBalancer' ``` ``` Create Service...