Skip to content

Commit 67915c1

Browse files
authored
increase kubectl wait timeout for scale-from-zero alpine pods to 2m (#13655)
Signed-off-by: Botond Szirtes <botond.szirtes@est.tech>
1 parent 95a9f32 commit 67915c1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

examples/features/scale-from-zero/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ Wait for applications ready:
2828
kubectl wait -n ns-scale-from-zero --for=condition=ready --timeout=1m pod -l app=nse-supplier-k8s
2929
```
3030
```bash
31-
kubectl wait -n ns-scale-from-zero --for=condition=ready --timeout=1m pod -l app=alpine
31+
kubectl wait -n ns-scale-from-zero --for=condition=ready --timeout=2m pod -l app=alpine
3232
```
3333
```bash
34-
kubectl wait -n ns-scale-from-zero --for=condition=ready --timeout=1m pod -l app=nse-icmp-responder
34+
kubectl wait -n ns-scale-from-zero --for=condition=ready --timeout=2m pod -l app=nse-icmp-responder
3535
```
3636

3737
Find NSE pod by label:

examples/features/vl3-scale-from-zero/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Wait for applications ready:
1717
kubectl wait -n ns-vl3-scale-from-zero --for=condition=ready --timeout=1m pod -l app=nse-supplier-k8s
1818
```
1919
```bash
20-
kubectl wait -n ns-vl3-scale-from-zero --for=condition=ready --timeout=1m pod -l app=alpine
20+
kubectl wait -n ns-vl3-scale-from-zero --for=condition=ready --timeout=2m pod -l app=alpine
2121
```
2222
```bash
2323
kubectl wait -n ns-vl3-scale-from-zero --for=condition=ready --timeout=1m pod -l app=nse-vl3-vpp

0 commit comments

Comments
 (0)