clickhouse-operator
clickhouse-operator copied to clipboard
Altinity Kubernetes Operator for ClickHouse creates, configures and manages ClickHouse clusters running on Kubernetes
My pod: chi-test-chtest-0-0-0.chi-test-chtest-0-0.default.svc.cluster.local Regular expression: host_regexp:'(chi-test-chtest-\d+-\d+|clickhouse-test).default.svc.cluster.local$' Not tested Using the above method, it still doesn't work default/networks/host_regexp: - ^chi-test-chtest-\d-\d.*$ - ^chi-test-chtest-\d-\d-\d\..*$ 
i have executed the command: kubectl exec -n kube-system clickhouse-operator-79d5fb8464-wkftq -c metrics-exporter -- wget -qO- http://chi-repl-prod-prdc01-0-1.ch-prod.svc.cluster.local:8123/ping it is returning any response, it should have returned "ok" message but results "Operation...
Ability to bind specific replicas/shards to k8s nodes without copy-paste whole podTemplate for each replica. ``` affinity: nodeAffinity: requiredDuringSchedulingIgnoredDuringExecution: nodeSelectorTerms: - matchExpressions: - key: kubernetes.io/hostname operator: In values: - hostname1...
just modify the image and apply?
ServerErrorHandler: Poco::Exception. Code: 1000, e.code() = 107, e.displayText() = Net Exception: Socket is not connected, Stack trace (when copying this message, always include the lines below): 0. Poco::Net::SocketImpl::error(int, std::__1::basic_string const&)...
We use Altinity to connect ClickHouse to Tableau. Main problem is that sometimes Tableau does not recognize even latin symbols. For example, there are a lot of ����� symbols instead...
Hi there, We're creating a clickhouse cluster using CHO, it is listening to the readiness of each pod. By default, our pod will be injected with [Readiness Gate](https://kubernetes-sigs.github.io/aws-load-balancer-controller/v2.1/deploy/pod_readiness_gate/#:~:text=Disabling%20the%20readiness%20gate%20inject%C2%B6,from%20modifying%20the%20pod%20spec.), which is...
Add user and password authentication
A running clickhouse instance occasionally throws an exception with an incorrect username or password, logged as follows: 2021.09.26 10:58:38.329282 [ 121 ] {e90f2fe0-20c3-4a9a-a6a8-49bba12cc67d} TCPHandler: Code: 516, e.displayText() = DB::Exception: Received...
