Skip to content

Commit 04d9dff

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

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/build/build-hotrod-image.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,8 @@ 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
136138

137139
kubectl port-forward svc/jaeger-hotrod 8080:80 &
138140
HOTROD_PORT_FWD_PID=$!

0 commit comments

Comments
 (0)