#support

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
6mo
Solved
Join the chat
May 18, 2023 (6 months ago)
vivesh
Photo of md5-6e973522933094b9797fb7b314bb27aa
vivesh
05:16 AM
I 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
Pocho
Photo of md5-227a186751065f5b4cb212751ba7caac
Pocho
04:24 PM
ensure you have the latest chart…. helm repo udpate
May 19, 2023 (6 months ago)
Prashant
Photo of md5-1899629483c7ab1dccfbee6cc2f637b9
Prashant
12:39 PM
vivesh you should add chart repository prior to running that command:
helm repo add signoz https://charts.signoz.io