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 a533761 commit 173de56Copy full SHA for 173de56
1 file changed
.github/workflows/docker-k8s.yml
@@ -90,6 +90,7 @@ jobs:
90
kubectl get pods -n pokeapi &
91
kubectl logs -n pokeapi deployment/pokeapi &
92
kubectl describe deployment -n pokeapi &
93
+ kubectl wait --for=condition=available --timeout=300s deployment/pokeapi -n pokeapi &
94
bash Resources/scripts/wait.sh http://localhost:8001/api/v1/namespaces/pokeapi/services/pokeapi/proxy/api/v2/
95
- name: Set default namespace and print info
96
run: |
0 commit comments