update agnhost readme

This commit is contained in:
Antonio Ojea 2021-03-08 11:55:12 +01:00
parent d193d305ff
commit 97fba66df6

View File

@ -292,14 +292,14 @@ Examples:
```console
docker run -i \
k8s.gcr.io/e2e-test-images/agnhost:2.14 \
k8s.gcr.io/e2e-test-images/agnhost:2.29 \
logs-generator --log-lines-total 10 --run-duration 1s
```
```console
kubectl run logs-generator \
--generator=run-pod/v1 \
--image=k8s.gcr.io/e2e-test-images/agnhost:2.14 \
--image=k8s.gcr.io/e2e-test-images/agnhost:2.29 \
--restart=Never \
-- logs-generator -t 10 -d 1s
```