mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-22 19:31:44 +00:00
update agnhost readme
This commit is contained in:
parent
d193d305ff
commit
97fba66df6
@ -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
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user