Skip to content

Commit 173de56

Browse files
committed
Add a wait
1 parent a533761 commit 173de56

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/docker-k8s.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ jobs:
9090
kubectl get pods -n pokeapi &
9191
kubectl logs -n pokeapi deployment/pokeapi &
9292
kubectl describe deployment -n pokeapi &
93+
kubectl wait --for=condition=available --timeout=300s deployment/pokeapi -n pokeapi &
9394
bash Resources/scripts/wait.sh http://localhost:8001/api/v1/namespaces/pokeapi/services/pokeapi/proxy/api/v2/
9495
- name: Set default namespace and print info
9596
run: |

0 commit comments

Comments
 (0)