Skip to content

Commit bb792b1

Browse files
test
Signed-off-by: chahat sagar <[email protected]>
1 parent a332851 commit bb792b1

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

examples/oci/deploy-all.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,11 @@ if [[ "$MODE" == "local" ]]; then
5858
--set provisionDataStore.cassandra=false \
5959
--set allInOne.enabled=true \
6060
--set storage.type=memory \
61-
--set allInOne.image.repository="jaegertracing/all-in-one" \
61+
--set allInOne.image.repository="localhost:5000/jaegertracing/all-in-one" \
6262
--set allInOne.image.tag="latest" \
6363
--set allInOne.image.pullPolicy="Never" \
6464
--set hotrod.enabled=true \
65-
--set hotrod.image.repository="jaegertracing/example-hotrod" \
65+
--set hotrod.image.repository="localhost:5000/jaegertracing/example-hotrod" \
6666
--set hotrod.image.tag="latest" \
6767
--set hotrod.image.pullPolicy="Never" \
6868
--set hotrod.args[0]="all" \

scripts/build/build-hotrod-image.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,9 @@ if [[ "${runtime}" == "k8s" ]]; then
133133

134134
echo '::group:: run on Kubernetes'
135135
echo '::group:: Loading images into Kind cluster'
136-
kind load docker-image localhost:5000/jaegertracing/all-in-one:latest
137-
kind load docker-image localhost:5000/jaegertracing/example-hotrod:latest
136+
kind load docker-image localhost:5000/jaegertracing/all-in-one:latest --name kind
137+
kind load docker-image localhost:5000/jaegertracing/example-hotrod:latest --name kind
138+
138139
bash ./examples/oci/deploy-all.sh local
139140
kubectl wait --for=condition=available --timeout=180s deployment/jaeger-hotrod
140141
kubectl wait --for=condition=available --timeout=180s deployment/jaeger

0 commit comments

Comments
 (0)