#support

Sample Application Installation and Tracing Data Generation

TLDR Eugene is trying to install a sample application and generate tracing data but struggles with failing pods and server errors. Prashant provided a link as a response.

Powered by Struct AI

1

Jul 10, 2023 (5 months ago)
Eugene
Photo of md5-0ca37054c6c9042aa04fcfb92cc7d99c
Eugene
02:34 PM
Hello,
I am trying to install sample-application and generate tracing data
https://signoz.io/docs/install/kubernetes/others/#optional-install-a-sample-application-and-generate-tracing-data

But pods cannot start:
Normal   Pulling    6s (x3 over 48s)   kubelet            Pulling image "signoz/locust:0.8.1-py3.6"                                                                                                                   ││   Warning  Failed     5s (x3 over 47s)   kubelet            Failed to pull image "signoz/locust:0.8.1-py3.6": rpc error: code = NotFound desc = failed to pull and unpack image "":  ││ failed to resolve reference "": : not found                                                                                                       ││   Warning  Failed     5s (x3 over 47s)   kubelet            Error: ErrImagePull  

When I try to pull the image on my local computer I receive the following error:
docker pull signoz/locust:0.8.1-py3.6
Error response from daemon: manifest for signoz/locust:0.8.1-py3.6 not found: manifest unknown: manifest unknown

Could you please advise how the issue can be solved?
Image 1 for Hello,
I am trying to install sample-application and generate tracing data
<https://signoz.io/docs/install/kubernetes/others/#optional-install-a-sample-application-and-generate-tracing-data>

But pods cannot start:
```Normal   Pulling    6s (x3 over 48s)   kubelet            Pulling image "signoz/locust:0.8.1-py3.6"                                                                                                                   ││   Warning  Failed     5s (x3 over 47s)   kubelet            Failed to pull image "signoz/locust:0.8.1-py3.6": rpc error: code = NotFound desc = failed to pull and unpack image "<http://docker.io/signoz/locust:0.8.1-py3.6|docker.io/signoz/locust:0.8.1-py3.6>":  ││ failed to resolve reference "<http://docker.io/signoz/locust:0.8.1-py3.6|docker.io/signoz/locust:0.8.1-py3.6>": <http://docker.io/signoz/locust:0.8.1-py3.6|docker.io/signoz/locust:0.8.1-py3.6>: not found                                                                                                       ││   Warning  Failed     5s (x3 over 47s)   kubelet            Error: ErrImagePull  ```
When I try to pull the image on my local computer I receive the following error:
```docker pull signoz/locust:0.8.1-py3.6
Error response from daemon: manifest for signoz/locust:0.8.1-py3.6 not found: manifest unknown: manifest unknown```
Could you please advise how the issue can be solved?

1