I deployed signoz on the EKS cluster, and the webs...
# support
q
I deployed signoz on the EKS cluster, and the website says that pod logs are automatically collected, right? I don’t see any logs being collected。 I also checked the my-release-signoz-otel-collector-5b4cfffff4-267lv logs,don’t have any error
c
Hey @Quincy Wang ! Which docs did you follow ?
This one
j
Probably related to https://signoz-community.slack.com/archives/C01HWQ1R0BC/p1723999743109779, he mentioned it's a bug and they'll fix it. Maybe follow that thread for updates.
c
Thanks for sharing the thread @Jonathan Delgado! @Srikanth Chekuri @Prashant Shahi can you help here ?
q
@Jonathan Delgado So you’re suggesting I use the old version?
helm --namespace platform install my-release signoz/signoz \ --set frontend.image.tag=“0.8.0” \ --set queryService.image.tag=“0.8.0"
here only suggesting set frontend.image.tag and queryService.image.tag, how can I set otel-collector version?
s
Please use
0.11.10
charts version
q
Which service?otel?
Or frontend?
s
k8s-infra chart version
q
I can set k8s infra chart version when I install signoz?
Or only install the k8s infra?
helm install my-release-k8s-infra signoz/k8s-infra --version 0.11.10 -f k8s-infra.override-values.yaml Error: INSTALLATION FAILED: chart “k8s-infra” matching 0.11.10 not found in signoz index. (try ‘helm repo update’): no chart version found for k8s-infra-0.11.10
@Srikanth Chekuri the k8s-infra-0.11.10 not available
o,sorry。 I need to update helm repo