Installing OpenObserve into EKS: Secret Size and Login Issues
TLDR Hakan initially had issues installing OpenObserve due to secret size limits, but resolved it by updating his helm repo. He then struggled to log in despite correct credentials. After troubleshooting, he was able to login with help from Hengfei and Ashish.
1
Aug 10, 2023 (4 months ago)
Hakan
09:46 AMtrying to install openobserve into our EKS and having issues with the limit for the release secret size:
Release "openobserve" does not exist. Installing it now.
coalesce.go:175: warning: skipped value for etcd.tolerations: Not a table.
coalesce.go:175: warning: skipped value for etcd.replicaCount: Not a table.
Error: create: failed to create: Secret "sh.helm.release.v1.openobserve.v1" is invalid: data: Too long: must have at most 1048576 bytes
Anybody else saw this? I tried to remove the parts that we don't need but did not help so far.
Hengfei
10:18 AMHakan
10:18 AM.helmignore
is missing and the .git
directory has been includedAshish
10:34 AMHakan
12:38 PM.git
directory is still in the helm chartHakan
12:59 PM.git
directoryHakan
12:59 PMinvalid username or password
Hengfei
01:03 PMHengfei
01:03 PMHengfei
01:04 PMHakan
01:10 PMHengfei
01:12 PMHengfei
01:13 PMHakan
01:13 PM1234
Hengfei
01:15 PMHakan
01:19 PMadmin:Complexpass#123
?Hengfei
01:20 PMHengfei
01:20 PMHengfei
01:21 PMauth:
ZO_ROOT_USER_EMAIL: ""
ZO_ROOT_USER_PASSWORD: "123456"
Hakan
05:22 PMinvalid username or password
error, even though I am really using a non-complex passwordHakan
07:08 PM1
OpenObserve
Indexed 406 threads (74% resolved)
Similar Threads
ZincObserve Installation Issue - Email and Env variables
Jens faced issues after installing ZincObserve via Helm chart due to `ZO_ROOT_USER_EMAIL` and `ZO_ROOT_USER_PASSWORD` not set. Prabhat suggested trying the latest dev container and changing to a simpler password. The issue was resolved after changing the email which didn't match the regex validation.
Troubleshooting Metrics Ingestion with Prometheus RemoteWrite
Hakan had an issue setting up metrics ingestion with Prometheus' `remoteWrite`. Prabhat shared their configuration and offered troubleshooting advice, as did Ted. After a few back-and-forths, Hakan was eventually able to install successfully.
Troubleshooting OpenObserve Deployment Issues
Sanjeev faced intermittent problems with OpenObserve, particularly with one ingester handling high traffic. Hengfei tried assisting by requesting logs. A name misconfiguration was discovered but the remediation didn't fully resolve the issue.
Connectivity Testing Issues and Solutions with OpenObserve Router
Dylan experienced connectivity issues while testing OpenObserve router. Suggested by Prabhat regarding etcd issues and possibility of Istio service mesh causing connectivity problems. Reinstallation and increasing memory were also suggested but issue remained unresolved.
OpenObserve Errors and How to Fix Them
Ilya encountered errors while using OpenObserve. Ashish suggested using the dev image and provided instructions to clean up data. After implementing the solution, the errors were resolved.