From 97fba66df6f9e537de6528d8a98060f70aa0252d Mon Sep 17 00:00:00 2001 From: Antonio Ojea Date: Mon, 8 Mar 2021 11:55:12 +0100 Subject: [PATCH] update agnhost readme --- test/images/agnhost/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/images/agnhost/README.md b/test/images/agnhost/README.md index 403e4d403a7..ef84e1d2be4 100644 --- a/test/images/agnhost/README.md +++ b/test/images/agnhost/README.md @@ -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 ```