Signoz Installation Issue on EKS due to Incorrect Credentials
TLDR Chatthana encountered an error while installing Signoz on EKS related to incorrect credentials. The issue was resolved by updating clickhouse.allowedNetworkIps
.
1
1
Apr 28, 2023 (7 months ago)
Chatthana
09:25 AMotelcollector
, otelcollectormetric
, and query-service
all encountered the same error:Error creating clickhouse client: code: 516, message: admin: Authentication failed: password is incorrect or there is no user with such name
I have checked the credentials in the pod env for all pods and they are correct
Environment:
• EKS Cluster:
v1.26
• Chart Version:
signoz-0.14.2
I tried setting up the same Helm chart on Docker Desktop cluster, everything works fine.
Anyone knows how to solve the issue?
1
Prashant
01:26 PMThat error happens when the credentials passed to those components are not valid. Are you using external clickhouse or SigNoz-managed clickhouse?
Prashant
01:27 PMChatthana
01:33 PMTo provide more information, my Docker Desktop is running on 1.25 so I am trying on EKS 1.25. Will let you know whether it works.
Thank you very much!
Chatthana
04:59 PMclickhouse.allowedNetworkIps
Once I updated, it works.Thank you for your support.
1
SigNoz Community
Indexed 1023 threads (61% resolved)
Similar Threads
EKS Cluster Installation Error
Jonas encountered an issue installing a helm chart on an EKS cluster. Prashant requested additional information about the installation settings.
SigNoz Deployment Issue with External ClickHouse and PVC
Ragulraj faced issues with deploying SigNoz v0.18.1 through kubernetes due to otel-collector not connecting to the correct ClickHouse cluster. After discussing with Srikanth, Syed and Prashant, he decided to try again with SigNoz helm charts, but faced issues with PVC remaining pending.
Accessing Clickhouse Database with Python
oluchi asked about connecting to the clickhouse database using a Python library. Ankit and vishal-signoz provided suggestions and help, including using port-forwarding for local testing.