We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04d9dff commit 8bb31c7Copy full SHA for 8bb31c7
scripts/build/build-hotrod-image.sh
@@ -133,9 +133,9 @@ if [[ "${runtime}" == "k8s" ]]; then
133
134
echo '::group:: run on Kubernetes'
135
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
-
+ kubectl wait --for=condition=available --timeout=180s deployment/jaeger-hotrod
+ kubectl wait --for=condition=available --timeout=180s deployment/jaeger
+
139
kubectl port-forward svc/jaeger-hotrod 8080:80 &
140
HOTROD_PORT_FWD_PID=$!
141
kubectl port-forward svc/jaeger-query 16686:16686 &
0 commit comments