Installing SigNoz on Kubernetes Cluster Using Helm Chart
TLDR vivesh encountered an error while installing SigNoz on Kubernetes. Prashant suggested adding the chart repository before running the installation command.
Powered by Struct AI
3
4mo
Solved
May 18, 2023 (4 months ago)
vivesh
vivesh
05:16 AMI try to install signoz on my kubernetes cluster using helm chart
helm --namespace platform install my-release signoz/signoz -- using these command after adding repo to helm
Getting error :- Error: INSTALLATION FAILED: repo signoz not found
helm --namespace platform install my-release signoz/signoz -- using these command after adding repo to helm
Getting error :- Error: INSTALLATION FAILED: repo signoz not found
Pocho
Pocho
04:24 PMensure you have the latest chart….
helm repo udpate
May 19, 2023 (4 months ago)
Prashant
Prashant
12:39 PM vivesh you should add chart repository prior to running that command:
helm repo add signoz https://charts.signoz.io
SigNoz Community
Built with ClickHouse as datastore, SigNoz is an open-source APM to help you find issues in your deployed applications & solve them quickly | Knowledge Base powered by Struct.AI
Indexed 825 threads (61% resolved)
Similar Threads
Error Installing SigNoz on Kubernetes Cluster with Helm Chart
vivesh encountered an error while installing SigNoz on their Kubernetes cluster using Helm Chart, but no resolution has been provided yet.
2
4mo
Installation Error with Signoz Kubernetes Cluster and Helm Chart
vivesh encountered an error while installing Signoz in a Kubernetes cluster using Helm chart, despite following the documentation. Prashant shares a related link.
2
4mo
Error Installing K8s-Infra Chart for SigNoz on EKS Cluster
Emmanuel encountered an installation error for K8s-Infra chart while setting up SigNoz on their EKS cluster. They found a workaround using otel-collector-k8s.
4
5mo
Solved