From 6176597b0d2d00d705c2fbb6aa74f146d8899b6e Mon Sep 17 00:00:00 2001 From: Antonio Ojea Date: Thu, 14 Jan 2021 09:58:14 +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 c3359f50b6fb..403e4d403a7c 100644 --- a/test/images/agnhost/README.md +++ b/test/images/agnhost/README.md @@ -531,7 +531,7 @@ Usage: ```console kubectl run test-agnhost \ --generator=run-pod/v1 \ - --image=k8s.gcr.io/e2e-test-images/agnhost:2.14 \ + --image=k8s.gcr.io/e2e-test-images/agnhost:2.21 \ --restart=Never \ --env "BIND_ADDRESS=localhost" \ --env "BIND_PORT=8080" \ @@ -651,6 +651,6 @@ The Windows `agnhost` image includes a `nc` binary that is 100% compliant with i ## Image -The image can be found at `k8s.gcr.io/e2e-test-images/agnhost:2.14` for both Linux and +The image can be found at `k8s.gcr.io/e2e-test-images/agnhost:2.21` for both Linux and Windows containers (based on `mcr.microsoft.com/windows/servercore:ltsc2019`, `mcr.microsoft.com/windows/servercore:1903`, and `mcr.microsoft.com/windows/servercore:1909`).