mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-01 17:29:00 +00:00
@@ -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
|
||||
```
|
||||
|
Reference in New Issue
Block a user