@@ -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 : gcr.io/kubernetes-e2e-test-images/agnhost:2.2
43
+ image : gcr.io/kubernetes-e2e-test-images/agnhost:2.7
44
44
name : agnhost
45
45
dnsConfig :
46
46
nameservers :
@@ -258,14 +258,14 @@ Examples:
258
258
259
259
``` console
260
260
docker run -i \
261
- gcr.io/kubernetes-e2e-test-images/agnhost:2.2 \
261
+ gcr.io/kubernetes-e2e-test-images/agnhost:2.7 \
262
262
logs-generator --log-lines-total 10 --run-duration 1s
263
263
```
264
264
265
265
``` console
266
266
kubectl run logs-generator \
267
267
--generator=run-pod/v1 \
268
- --image=gcr.io/kubernetes-e2e-test-images/agnhost:2.2 \
268
+ --image=gcr.io/kubernetes-e2e-test-images/agnhost:2.7 \
269
269
--restart=Never \
270
270
-- logs-generator -t 10 -d 1s
271
271
```
@@ -392,7 +392,7 @@ Usage:
392
392
``` console
393
393
kubectl run test-agnhost \
394
394
--generator=run-pod/v1 \
395
- --image=gcr.io/kubernetes-e2e-test-images/agnhost:2.2 \
395
+ --image=gcr.io/kubernetes-e2e-test-images/agnhost:2.7 \
396
396
--restart=Never \
397
397
--env "POD_IP=<POD_IP>" \
398
398
--env "NODE_IP=<NODE_IP>" \
@@ -447,7 +447,7 @@ Usage:
447
447
``` console
448
448
kubectl run test-agnhost \
449
449
--generator=run-pod/v1 \
450
- --image=gcr.io/kubernetes-e2e-test-images/agnhost:2.1 \
450
+ --image=gcr.io/kubernetes-e2e-test-images/agnhost:2.7 \
451
451
--restart=Never \
452
452
--env "BIND_ADDRESS=localhost" \
453
453
--env "BIND_PORT=8080" \
@@ -534,6 +534,6 @@ The image contains `iperf`.
534
534
535
535
## Image
536
536
537
- The image can be found at ` gcr.io/kubernetes-e2e-test-images/agnhost:2.2 ` for Linux
538
- containers, and ` e2eteam/agnhost:2.2 ` for Windows containers. In the future, the same
537
+ The image can be found at ` gcr.io/kubernetes-e2e-test-images/agnhost:2.7 ` for Linux
538
+ containers, and ` e2eteam/agnhost:2.7 ` for Windows containers. In the future, the same
539
539
repository can be used for both OSes.
0 commit comments