We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ede244 commit 2045a61Copy full SHA for 2045a61
.github/workflows/e2e.yaml
@@ -88,10 +88,10 @@ jobs:
88
run: |
89
kubectl version
90
kubectl annotate ns podinfo k8s-pause/suspend=true --overwrite
91
- kubectl wait --for=jsonpath='{.status.phase}'=Suspended pods --all
+ kubectl wait --timeout=2m --for=jsonpath='{.status.phase}'=Suspended pods --all
92
93
kubectl annotate ns podinfo k8s-pause/suspend=false --overwrite
94
- kubectl wait --for=jsonpath='{.status.phase}'=Running pods --all
+ kubectl wait --timeout=2m --for=jsonpath='{.status.phase}'=Running pods --all
95
- name: Logs
96
97
kubectl -n k8s-pause-system logs deploy/k8s-pause
0 commit comments