Hey Guys, Can anyone help me with these error logs...
# support
t
Hey Guys, Can anyone help me with these error logs coming in
clickhouse-operator
, looks like some setup issue at my end? Seems quite persistent, I'm using chart v0.54.0 deployed on Kubernetes GCP. I've added global.clusterDomain in override.yaml.
Copy code
{
  "jsonPayload": {
    "message": "connect():FAILED Ping(<http://clickhouse_operator>:***@chi-init-clickhouse-cluster-0-0.platform.svc.cluster.local:8123/). Err: dial tcp: lookup chi-init-clickhouse-cluster-0-0.platform.svc.cluster.local on 169.254.169.254:53: no such host",
    "pid": "1"
  },
  "resource": {
    "type": "k8s_container",
  },
  "timestamp": "2024-10-16T02:41:53.075780968Z",
  "severity": "ERROR",
  "sourceLocation": {
    "file": "connection.go",
    "line": "98"
  },
  "receiveTimestamp": "2024-10-16T02:41:57.526984111Z"
}
@Vishal Sharma can you check? we have cluster domain and set already in override-values, yet it tries to resolve host on cluster.local...
@Shaheer Kochai can you help with this issue?
v
@Prashant Shahi Might be help you here
p
@Tirthesh Bohra can you share your complete Helm override values? Feel free to redact any sensitive information from there.
t
Copy code
global:
  storageClass: gce-resizable
  cloud: gcp
  clusterDomain: <http://cluster.customk8sdomain.com|cluster.customk8sdomain.com>

clickhouse:
  installCustomStorageClass: true
@Prashant Shahi
Any issues with my setup? @Prashant Shahi
Hey guys any update on this? Need your help here kinda blocked due to this.. @Prashant Shahi
p
Your configurations are correct. However, we need to make some changes in Clickhouse operator instance to support the custom cluster domain.
t
Ahh, got it thanks for the update, I’ll probably look into using this without cluster domain. Btw any ETA on when this will be live from your end?
p
You can track the issue here => https://github.com/SigNoz/charts/issues/537