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 afa8e8d commit 2c187f1Copy full SHA for 2c187f1
scripts/deploy-workloads.sh
@@ -12,6 +12,8 @@ fi
12
# apply the workloads
13
echo ">>> apply workloads"
14
kubectl apply -f tests/workloads-common
15
+# wait for all the pods to be ready
16
+kubectl wait --for=condition=ready --timeout=120s pod --all
17
18
if [ "$1" == "workloads-pushed-using-spin-registry-push" ]; then
19
echo "deploying spin apps pushed to registry using 'spin registry push' command"
0 commit comments