Merge pull request #98054 from aojea/bumpanghost

update agnhost readme
This commit is contained in:
Kubernetes Prow Robot 2021-01-14 01:47:04 -08:00 committed by GitHub
commit 429b390582
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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`).