update agnhost readme

This commit is contained in:
Antonio Ojea 2021-01-14 09:58:14 +01:00
parent 68108c70e2
commit 6176597b0d

View File

@ -531,7 +531,7 @@ Usage:
```console ```console
kubectl run test-agnhost \ kubectl run test-agnhost \
--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.21 \
--restart=Never \ --restart=Never \
--env "BIND_ADDRESS=localhost" \ --env "BIND_ADDRESS=localhost" \
--env "BIND_PORT=8080" \ --env "BIND_PORT=8080" \
@ -651,6 +651,6 @@ The Windows `agnhost` image includes a `nc` binary that is 100% compliant with i
## Image ## 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`, Windows containers (based on `mcr.microsoft.com/windows/servercore:ltsc2019`,
`mcr.microsoft.com/windows/servercore:1903`, and `mcr.microsoft.com/windows/servercore:1909`). `mcr.microsoft.com/windows/servercore:1903`, and `mcr.microsoft.com/windows/servercore:1909`).