File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -133,8 +133,10 @@ if [[ "${runtime}" == "k8s" ]]; then
133
133
134
134
echo ' ::group:: run on Kubernetes'
135
135
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
138
140
139
141
bash ./examples/oci/deploy-all.sh local
140
142
kubectl wait --for=condition=available --timeout=180s deployment/jaeger-hotrod
You can’t perform that action at this time.
0 commit comments