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

When configure different ports for different pods, it seems operator try access clickhouse instance only through *chPort* which in the operator configuration. For example: chi-examples/15-hostNetwork-02-simple-port-distribution.yaml and chPort is 13000 E0414...

Does the clickhouse operator have a health status detection interface, I see no configuration in the manifest about this piece

I see in the documentation you can specify which namespaces should be monitored by the operator: ```yaml watchNamespaces: - dev ``` It appears when `watchNamespaces` is left empty the operator...

enhancement
feature

context: clickhouse-operator. Version:0.18.3 GitSHA:76f6a6a BuiltAt:2022-03-04T16:39:42 minikube: version: v1.25.2 --driver=docker --kubernetes-version=v1.22.5 --container-runtime=containerd tail of logs: ``` I0318 12:06:25.786309 1 creator.go:32] createStatefulSet() I0318 12:06:25.786324 1 creator.go:39] Create StatefulSet project1-test/chi-xxx-clickhouse-yyy-s0r1 I0318 12:06:25.859379 1...

**Environment** Clickhouse Operator version: 0.17.0 **Question** Clickhouse Operator restart (oom, update, etc.) will cause clickhouse exceptions. The error is as follows: ``` 2022.02.23 11:14:56.675790 [ 10484 ] {52fafb46-2a44-4028-9a3b-0e8d82237a02} TCPHandler: Code:...

version: 0.18.3 At the time of creation, after investigation found that service was not created resulting in dns resolution

Sorry for this "meta" issue but I'm trying to enable TLS and generally reduce the attack surface of a ClickHouse deployment and I cannot find any related documentation or issue....

Deleting the operator and then reinstalling it may cause currently running clusters to be deleted without warning. Here's a reproduction of the problem from current HEAD repo contents. 1. Install...

in testing

Go doesn't follow symlink in import parts. Because of [this](https://github.com/Altinity/clickhouse-operator/blob/cecb54ad1ade33a9d748a0108e765abad9b2412e/pkg/client) symlink it is now impossible to import this package: ```sh % cat main.go package main import "github.com/altinity/clickhouse-operator/pkg/apis/metrics" func main() {...

Hi Team, We need to migrate a CH server which contains lots of data in Debian OS system. We need to migrate this server along with complete data to newly...