Slackbot
07/10/2023, 2:04 PMPrashant 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?Prashant Shahi
07/11/2023, 6:54 PMEugene
07/12/2023, 1:50 PMPrashant Shahi
07/12/2023, 3:03 PMPrashant Shahi
07/12/2023, 3:04 PMEugene
07/12/2023, 3:05 PMPrashant Shahi
07/12/2023, 3:05 PMPrashant Shahi
07/12/2023, 3:05 PMEugene
07/12/2023, 3:28 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 unknownEugene
07/12/2023, 3:29 PMWarning 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 PMPrashant 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 PMPrashant Shahi
07/12/2023, 3:36 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
Prashant Shahi
07/12/2023, 3:42 PMmain
branch instead.
Did you try the latest commands from docs?Prashant Shahi
07/12/2023, 3:42 PMEugene
07/12/2023, 3:47 PMEugene
07/12/2023, 3:53 PMPrashant Shahi
07/12/2023, 6:36 PMlocust-slave
instead of locust-worker
Prashant Shahi
07/12/2023, 6:42 PMwget <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