Hello team, When I am trying to install SigNoz on ...
# general
d
Hello team, When I am trying to install SigNoz on azure kubernetes cluster (AKS) I am facing issue with alerrtmanger pod. It is failing with error CrashLoopBackOff. below are alerrtmanager pod logs any help?
p
@User Can you share what does your helm chart look like?
d
Copy code
git clone <https://github.com/SigNoz/signoz.git> && cd signoz

helm dependency update deploy/kubernetes/platform

kubectl create ns platform

helm -n platform install signoz deploy/kubernetes/platform --set cloud=azure
a
@User I think our team tested on AKS too. Did you make any changes to helm chart?
d
no
p
hey @User are you seeing this issue only after alertmanager runs for some time? I just tested helm chart for azure and it works fine for me. It may take a 1-2 minutes to stabilise as all pods get up - but I was able to get all of them running
d
I am still facing same error
okay, I will get back to you once after checking my cluster configuration
p
sure