@@ -40,7 +40,7 @@ For example, let's consider the following `pod.yaml` file:
40
40
containers :
41
41
- args :
42
42
- dns-suffix
43
- image : us.gcr.io/k8s-artifacts-prod/e2e-test-images/agnhost:2.11
43
+ image : us.gcr.io/k8s-artifacts-prod/e2e-test-images/agnhost:2.14
44
44
name : agnhost
45
45
dnsConfig :
46
46
nameservers :
@@ -207,7 +207,7 @@ Usage:
207
207
208
208
``` console
209
209
guestbook="test/e2e/testing-manifests/guestbook"
210
- sed_expr="s|{{.AgnhostImage}}|us.gcr.io/k8s-artifacts-prod/e2e-test-images/agnhost:2.11 |"
210
+ sed_expr="s|{{.AgnhostImage}}|us.gcr.io/k8s-artifacts-prod/e2e-test-images/agnhost:2.14 |"
211
211
212
212
# create the services.
213
213
kubectl create -f ${guestbook}/frontend-service.yaml
@@ -290,14 +290,14 @@ Examples:
290
290
291
291
``` console
292
292
docker run -i \
293
- us.gcr.io/k8s-artifacts-prod/e2e-test-images/agnhost:2.11 \
293
+ us.gcr.io/k8s-artifacts-prod/e2e-test-images/agnhost:2.14 \
294
294
logs-generator --log-lines-total 10 --run-duration 1s
295
295
```
296
296
297
297
``` console
298
298
kubectl run logs-generator \
299
299
--generator=run-pod/v1 \
300
- --image=us.gcr.io/k8s-artifacts-prod/e2e-test-images/agnhost:2.11 \
300
+ --image=us.gcr.io/k8s-artifacts-prod/e2e-test-images/agnhost:2.14 \
301
301
--restart=Never \
302
302
-- logs-generator -t 10 -d 1s
303
303
```
@@ -464,7 +464,7 @@ Usage:
464
464
``` console
465
465
kubectl run test-agnhost \
466
466
--generator=run-pod/v1 \
467
- --image=us.gcr.io/k8s-artifacts-prod/e2e-test-images/agnhost:2.11 \
467
+ --image=us.gcr.io/k8s-artifacts-prod/e2e-test-images/agnhost:2.14 \
468
468
--restart=Never \
469
469
--env "POD_IP=<POD_IP>" \
470
470
--env "NODE_IP=<NODE_IP>" \
@@ -519,7 +519,7 @@ Usage:
519
519
``` console
520
520
kubectl run test-agnhost \
521
521
--generator=run-pod/v1 \
522
- --image=us.gcr.io/k8s-artifacts-prod/e2e-test-images/agnhost:2.11 \
522
+ --image=us.gcr.io/k8s-artifacts-prod/e2e-test-images/agnhost:2.14 \
523
523
--restart=Never \
524
524
--env "BIND_ADDRESS=localhost" \
525
525
--env "BIND_PORT=8080" \
@@ -647,6 +647,6 @@ The Windows `agnhost` image includes a `nc` binary that is 100% compliant with i
647
647
648
648
## Image
649
649
650
- The image can be found at ` us.gcr.io/k8s-artifacts-prod/e2e-test-images/agnhost:2.11 ` for both Linux and
650
+ The image can be found at ` us.gcr.io/k8s-artifacts-prod/e2e-test-images/agnhost:2.14 ` for both Linux and
651
651
Windows containers (based on ` mcr.microsoft.com/windows/servercore:ltsc2019 ` ,
652
652
` mcr.microsoft.com/windows/servercore:1903 ` , and ` mcr.microsoft.com/windows/servercore:1909 ` ).
0 commit comments