@@ -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.10
43
+ image : us. gcr.io/k8s-artifacts-prod/ e2e-test-images/agnhost:2.10
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}}|gcr.io/kubernetes- e2e-test-images/agnhost:2.8 |"
210
+ sed_expr="s|{{.AgnhostImage}}|us. gcr.io/k8s-artifacts-prod/ e2e-test-images/agnhost:2.10 |"
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
- gcr.io/kubernetes- e2e-test-images/agnhost:2.10 \
293
+ us. gcr.io/k8s-artifacts-prod/ e2e-test-images/agnhost:2.10 \
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=gcr.io/kubernetes- e2e-test-images/agnhost:2.10 \
300
+ --image=us. gcr.io/k8s-artifacts-prod/ e2e-test-images/agnhost:2.10 \
301
301
--restart=Never \
302
302
-- logs-generator -t 10 -d 1s
303
303
```
@@ -455,7 +455,7 @@ Usage:
455
455
``` console
456
456
kubectl run test-agnhost \
457
457
--generator=run-pod/v1 \
458
- --image=gcr.io/kubernetes- e2e-test-images/agnhost:2.10 \
458
+ --image=us. gcr.io/k8s-artifacts-prod/ e2e-test-images/agnhost:2.10 \
459
459
--restart=Never \
460
460
--env "POD_IP=<POD_IP>" \
461
461
--env "NODE_IP=<NODE_IP>" \
@@ -510,7 +510,7 @@ Usage:
510
510
``` console
511
511
kubectl run test-agnhost \
512
512
--generator=run-pod/v1 \
513
- --image=gcr.io/kubernetes- e2e-test-images/agnhost:2.10 \
513
+ --image=us. gcr.io/k8s-artifacts-prod/ e2e-test-images/agnhost:2.10 \
514
514
--restart=Never \
515
515
--env "BIND_ADDRESS=localhost" \
516
516
--env "BIND_PORT=8080" \
@@ -631,6 +631,6 @@ The image contains `iperf`, `curl`, `dns-tools` (including `dig`), CoreDNS.
631
631
632
632
## Image
633
633
634
- The image can be found at ` gcr.io/kubernetes- e2e-test-images/agnhost:2.10 ` for Linux
635
- containers, and ` e2eteam/agnhost:2.8 ` for Windows containers. In the future, the same
634
+ The image can be found at ` us. gcr.io/k8s-artifacts-prod/ e2e-test-images/agnhost:2.10` for Linux
635
+ containers, and ` e2eteam/agnhost:2.10 ` for Windows containers. In the future, the same
636
636
repository can be used for both OSes.
0 commit comments