huis

Results 34 comments of huis

```yaml apiVersion: clickhouse.altinity.com/v1 kind: ClickHouseInstallation metadata: creationTimestamp: "2021-12-30T05:50:01Z" finalizers: - finalizer.clickhouseinstallation.altinity.com generation: 95 managedFields: - apiVersion: clickhouse.altinity.com/v1 fieldsType: FieldsV1 fieldsV1: f:metadata: f:finalizers: .: {} v:"finalizer.clickhouseinstallation.altinity.com": {} f:spec: f:configuration: f:clusters: {}...

Distributed query errors are as follows: ![image](https://user-images.githubusercontent.com/19341806/147727443-bc1d20d0-af76-4bf6-bb45-92347ab2f448.png)

> Maybe issue is related to PTR DNS response inside your cluster [ClickHouse/ClickHouse#17202](https://github.com/ClickHouse/ClickHouse/issues/17202) > > Could you use https://github.com/eldadru/ksniff > > and try to sniff DNS traffic inside your clickhouse...

> ![image](https://user-images.githubusercontent.com/105560/147878319-55ff345e-50d2-4420-a37d-dc069f28f91a.png) you can change > > ```yaml > spec: > users: > default/networks/host_regexp: clickhouse.svc.cluster.local$ > ``` Thank you very much, I think I already know the reason and how...