changed print policy for Wait For Pods

This commit is contained in:
Daniel Sanche 2020-01-27 17:15:01 -08:00
parent c6eca7c4b3
commit 3b62c826af

View file

@ -37,9 +37,7 @@ jobs:
skaffold run skaffold run
- name: Wait For Pods - name: Wait For Pods
run: | run: |
sleep 60 set -x
kubectl get pods
echo waiting for ready state...
kubectl wait --for=condition=available --timeout=500s deployment/adservice kubectl wait --for=condition=available --timeout=500s deployment/adservice
kubectl wait --for=condition=available --timeout=500s deployment/cartservice kubectl wait --for=condition=available --timeout=500s deployment/cartservice
kubectl wait --for=condition=available --timeout=500s deployment/checkoutservice kubectl wait --for=condition=available --timeout=500s deployment/checkoutservice