signoz icon indicating copy to clipboard operation
signoz copied to clipboard

Deploy with helm chart on AWS

Open bartoszkosciug opened this issue 3 years ago • 3 comments

Bug description

Cant run the signoz on the AWS, the problem is that chi-signoz-cluster dont want to run: image image

Expected behavior

The expected behavior is that helm chart is deployed with success - all pods are running.

How to reproduce

  1. Create override-values.yaml file clickhouse: cloud: aws installCustomStorageClass: true persistence: storageClass: gp2-resizable
  2. helm repo add signoz https://charts.signoz.io
  3. kubectl create ns platform
  4. helm --namespace platform install my-release signoz/signoz -f override-values.yaml

Version information

N/A

Additional context

N/A

Thank you for your bug report – we love squashing them!

bartoszkosciug avatar Jun 13 '22 19:06 bartoszkosciug

Thanks for opening this issue. A team member should give feedback soon. In the meantime, feel free to check out the contributing guidelines.

welcome[bot] avatar Jun 13 '22 19:06 welcome[bot]

can you provide logs of pod kubectl logs <chi-pod> or please paste the output of kubectl describe pod <chi-pod-name> ? @bartoszkosciug

AkshayAwate avatar Jul 12 '22 15:07 AkshayAwate

@AkshayAwate Thanks for the message in the thread. It turns out that I missed out on it.

@bartoszkosciug we have updated quite a lot of things in charts recently. As Akshay stated logs and pod state would be very helpful. But yeah, ideally chi-pod should be ready in few minutes followed by other pods being ready.

prashant-shahi avatar Jul 12 '22 16:07 prashant-shahi

Not able to replicate the issue in EKS with K8s version <= 0.22.

@bartoszkosciug Closing this issue as we are unable to reproduce this. Feel free to re-open if you could share the steps to reproduce the same using latest helm chart.

prashant-shahi avatar Oct 31 '22 14:10 prashant-shahi