Skip to content

Commit 6c5c6c6

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

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

scripts/build/build-hotrod-image.sh

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,10 @@ 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 --name kind
137-
kind load docker-image localhost:5000/jaegertracing/example-hotrod:latest --name kind
136+
docker tag localhost:5000/jaegertracing/all-in-one:latest jaegertracing/all-in-one:latest
137+
docker tag localhost:5000/jaegertracing/example-hotrod:latest jaegertracing/example-hotrod:latest
138+
kind load docker-image jaegertracing/all-in-one:latest --name kind
139+
kind load docker-image jaegertracing/example-hotrod:latest --name kind
138140

139141
bash ./examples/oci/deploy-all.sh local
140142
kubectl wait --for=condition=available --timeout=180s deployment/jaeger-hotrod

0 commit comments

Comments
 (0)