Eugene
07/10/2023, 2:04 PMNormal 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
Prashant Shahi
07/11/2023, 5:32 AMEugene
07/11/2023, 6:46 PMPrashant Shahi
07/11/2023, 6:51 PMsample-application
namespace and retry the Hotrod sample-app installation?Eugene
07/12/2023, 1:50 PMPrashant Shahi
07/12/2023, 3:03 PMEugene
07/12/2023, 3:05 PMPrashant Shahi
07/12/2023, 3:05 PMEugene
07/12/2023, 3:28 PMdocker 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 unknownWarning Failed 3s 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 res │
│ olve 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 3s kubelet Error: ErrImagePull
Prashant Shahi
07/12/2023, 3:30 PMEugene
07/12/2023, 3:34 PMDelete HotROD sample app namespace sample-application
namespace "sample-application" deleted
✅ Successfully deleted HotROD sample application
but I double checked, there is no such namespace any morePrashant Shahi
07/12/2023, 3:35 PMEugene
07/12/2023, 3:36 PMcurl -sL <https://github.com/SigNoz/signoz/raw/main/sample-apps/hotrod/hotrod-install.sh> \ | HELM_RELEASE=signoz-demo SIGNOZ_NAMESPACE=signoz bash
with my env vars.
I downloaded the hotrod-install.sh from the specified url. it contains:
# Locust's docker image
if [[ -z $LOCUST_IMAGE ]]; then
LOCUST_REPO="${LOCUST_REPO:-signoz/locust}"
LOCUST_TAG="${LOCUST_TAG:-0.8.1-py3.6}"
LOCUST_IMAGE="${LOCUST_REPO}:${LOCUST_TAG}"
fi
Prashant Shahi
07/12/2023, 3:36 PMdevelop
instead of main
Eugene
07/12/2023, 3:37 PMPrashant Shahi
07/12/2023, 3:37 PM1.2.3
Eugene
07/12/2023, 3:39 PMPrashant Shahi
07/12/2023, 3:42 PMmain
branch instead.
Did you try the latest commands from docs?Eugene
07/12/2023, 3:44 PMPrashant Shahi
07/12/2023, 6:36 PMlocust-slave
instead of locust-worker
wget <https://github.com/SigNoz/signoz/raw/develop/sample-apps/hotrod/hotrod-install.sh>
^ it should match with the GitHub remote: https://raw.githubusercontent.com/SigNoz/signoz/develop/sample-apps/hotrod/hotrod-install.sh
After that you can execute the local script:
cat hotrod-install.sh | HELM_RELEASE=signoz-demo SIGNOZ_NAMESPACE=signoz bash
Eugene
07/13/2023, 5:54 AMPrashant Shahi
07/13/2023, 6:34 AM