Merge pull request #31989 from guettli/31930__fix_busybox_image_1.28
fix busybox image to version 1.28
This commit is contained in:
@@ -152,7 +152,7 @@ runs in an infinite loop, sending queries to the php-apache service.
|
||||
```shell
|
||||
# Run this in a separate terminal
|
||||
# so that the load generation continues and you can carry on with the rest of the steps
|
||||
kubectl run -i --tty load-generator --rm --image=busybox --restart=Never -- /bin/sh -c "while sleep 0.01; do wget -q -O- http://php-apache; done"
|
||||
kubectl run -i --tty load-generator --rm --image=busybox:1.28 --restart=Never -- /bin/sh -c "while sleep 0.01; do wget -q -O- http://php-apache; done"
|
||||
```
|
||||
|
||||
Now run:
|
||||
|
||||
Reference in New Issue
Block a user