Eugene Klimov

Results 591 comments of Eugene Klimov

need to figure out, which component added security context in your OpenShift?

``` oc exec -n clickhouse chi-clickhouse-olap-clickhouse-olap-0-0-0 --container clickhouse-log -- ls -la /var/lib/clickhouse oc exec -n clickhouse chi-clickhouse-olap-clickhouse-olap-0-0-0 --container clickhouse-log -- whoami ```

let's apply CLICKHOUSE_DO_NOT_CHOWN=1 ```yaml spec: defaults: templates: podTemlate: custom-uid templates: podTemplates: - name: custom-uid spec: containers: - name: clickhouse image: clickhouse/clickhouse-server:latest env: - name: CLIKCHOUSE_UID value: "1000730000" - name: CLIKCHOUSE_GID...

@keyute thanks for openshift workaround, let's close issue

@minor-fixes could you try clickhouse-operator:0.24.0 ? I checked ``` minikube start --dns-domain=custom.k8s.local ``` install operator then applied ```yaml apiVersion: "clickhouse-keeper.altinity.com/v1" kind: "ClickHouseKeeperInstallation" metadata: name: simple1 spec: namespaceDomainPattern: "%s.svc.custom.k8s.local" configuration: clusters:...

@g-marius do you use something like Flux or ArgoCD?

Did you upgrade CRDs separatelly as described in https://github.com/Altinity/clickhouse-operator/blob/master/deploy/helm/clickhouse-operator/README.md?

``` I0929 11:55:05.495957 [worker.go:908] migrateTables():No need to add tables on host 0 to shard 0 in cluster gid I0929 11:56:38.495686 [worker.go:908] migrateTables():No need to add tables on host 1 to...

@Hubbitus Could you share result of following clickhouse-client query `SELECT database, table, engine_full, count() c FROM cluster('all-sharded',system.tables) WHERE database NOT IN ('system','INFORMATION_SCHEMA','information_schema') GROUP BY ALL HAVING c

You shared logs for 29 sep 2024 since 11:55 UTC is your node lost PVC data before this date, or after this date?