mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-25 20:53:33 +00:00
update agnhost readme
This commit is contained in:
parent
d193d305ff
commit
97fba66df6
@ -292,14 +292,14 @@ Examples:
|
|||||||
|
|
||||||
```console
|
```console
|
||||||
docker run -i \
|
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
|
logs-generator --log-lines-total 10 --run-duration 1s
|
||||||
```
|
```
|
||||||
|
|
||||||
```console
|
```console
|
||||||
kubectl run logs-generator \
|
kubectl run logs-generator \
|
||||||
--generator=run-pod/v1 \
|
--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 \
|
--restart=Never \
|
||||||
-- logs-generator -t 10 -d 1s
|
-- logs-generator -t 10 -d 1s
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user