We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e81e18 commit 52d8585Copy full SHA for 52d8585
.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 -n podinfo --timeout=1m --for=jsonpath='{.status.phase}'=Suspended pods --all
+ kubectl wait -n podinfo --timeout=2m --for=jsonpath='{.status.phase}'=Suspended pods --all
92
93
kubectl annotate ns podinfo k8s-pause/suspend=false --overwrite
94
- kubectl wait -n podinfo --timeout=1m --for=jsonpath='{.status.phase}'=Running pods --all
+ kubectl wait -n podinfo --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