hi guys, i'm a new on signoz, i'm tried to deploye...
# general
d
hi guys, i'm a new on signoz, i'm tried to deployed signoz but i got a stuck in pods, this is my pods stuck on the init. when i'm describe i got the error pvc, but when i'm check the pvc has been bound. can i got solution?, im tried deployed signoz using kubernetes.
p
Hi @Dedy Samhaz Romulus Pardede 👋 I see that there is no clickhouse instance (CHI) pods, which is causing it.
This usually happens for following reasons: • setting
layout.shardCount
to
0
• insufficient resources in the K8s cluster • inappropriate cleanup of previous signoz chart release in the same namespace
can you try
helm upgrade
command with your
override-values.yaml
once again?