TLDR Dedy experienced issues while deploying SigNoz with Kubernetes, as the pods were stuck. Prashant identified missing CHI pods as the cause and suggested trying `helm upgrade`.
Hi Dedy :wave: 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?
Dedy
Mon, 10 Apr 2023 05:49:57 UTChi 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.