File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -137,8 +137,8 @@ if [[ "${runtime}" == "k8s" ]]; then
137
137
docker pull localhost:5000/jaegertracing/example-hotrod:${GITHUB_SHA}
138
138
docker tag localhost:5000/jaegertracing/all-in-one:${GITHUB_SHA} jaegertracing/all-in-one:latest
139
139
docker tag localhost:5000/jaegertracing/example-hotrod:${GITHUB_SHA} jaegertracing/example-hotrod:latest
140
- kind load docker-image jaegertracing/all-in-one:latest --name kind
141
- kind load docker-image jaegertracing/example-hotrod:latest --name kind
140
+ kind load docker-image jaegertracing/all-in-one:latest
141
+ kind load docker-image jaegertracing/example-hotrod:latest
142
142
143
143
bash ./examples/oci/deploy-all.sh local
144
144
kubectl wait --for=condition=available --timeout=180s deployment/jaeger-hotrod
You can’t perform that action at this time.
0 commit comments