Eugene Klimov

Results 591 comments of Eugene Klimov
trafficstars

@Philippians413 all your three variants wrong, read error message use only ```yaml spec: configuration: user_name/grants: - ON db.table ``` @darioneto any news from your side?

@Philippians413 sorry missed `users` section ```yaml spec: configuration: users: user_name/grants: - ON db.table ```

@Philippians413 `grep grants -C 10 -r /var/lib/clickhouse/preprocessed_configs/`

remove `access_management` from yaml manifest

Let's check, is /var/lib/clickhouse present in pod mounts ? Could you share? `oc -n clickhouse getpod chi-clickhouse-olap-clickhouse-olap-0-0-0 -o yaml`

Which component responsible for second container with sleep 30 and securityContext? I don't see where exactly you configure it, looks like these customizations added outside from `clickhouse-operator`? I think the...

which `clickhouse-opeator` version do you use could you share? `oc get pods --all-namespaces -l app=clickhouse-operator -o jsonpath="{.items[*].spec.containers[*].image}"`

apply changes from https://github.com/Altinity/clickhouse-operator/issues/1464#issuecomment-2250043030 again and when status will `InProgress` share `oc describe chi -n clickhouse clickhouse-olap` `Events` Section

check clickhouse-operator logs `oc logs --all-namespaces -l app=clickhouse-operator --container clickhouse-operator --since=2h` if not work check `oc get pods --all-namespaces -l app=clickhouse-operator` and `oc logs -n deployment/clickhouse-operator --container clickhouse-operator --since=2h`