changed print policy for Wait For Pods
This commit is contained in:
parent
c6eca7c4b3
commit
3b62c826af
1 changed files with 1 additions and 3 deletions
4
.github/workflows/smoke-tests.yml
vendored
4
.github/workflows/smoke-tests.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue