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
- name: Wait For Pods
run: |
sleep 60
kubectl get pods
echo waiting for ready state...
set -x
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/checkoutservice