File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -28,10 +28,10 @@ Wait for applications ready:
2828kubectl 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
3737Find NSE pod by label:
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ Wait for applications ready:
1717kubectl 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
2323kubectl wait -n ns-vl3-scale-from-zero --for=condition=ready --timeout=1m pod -l app=nse-vl3-vpp
You can’t perform that action at this time.
0 commit comments