Skip to content

Commit 8bb31c7

Browse files
test
Signed-off-by: chahat sagar <[email protected]>
1 parent 04d9dff commit 8bb31c7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scripts/build/build-hotrod-image.sh

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

134134
echo '::group:: run on Kubernetes'
135135
bash ./examples/oci/deploy-all.sh local
136-
kubectl --for=condition=available --timeout=180s deployment/jaeger-hotrod
137-
kubectl --for=condition=available --timeout=180s deployment/jaeger
138-
136+
kubectl wait --for=condition=available --timeout=180s deployment/jaeger-hotrod
137+
kubectl wait --for=condition=available --timeout=180s deployment/jaeger
138+
139139
kubectl port-forward svc/jaeger-hotrod 8080:80 &
140140
HOTROD_PORT_FWD_PID=$!
141141
kubectl port-forward svc/jaeger-query 16686:16686 &

0 commit comments

Comments
 (0)