From 9ebd6f06b6d7a7a5286b75981c91d93fc8edd13f Mon Sep 17 00:00:00 2001 From: Manjunath A Kumatagi Date: Mon, 17 Jul 2017 17:53:36 +0530 Subject: [PATCH] Update yaml and json with multi arch test images --- test/images/clusterapi-tester/pod.yaml | 2 +- test/images/goproxy/pod.yaml | 2 +- test/images/hostexec/pod.yaml | 2 +- test/images/netexec/pod.yaml | 2 +- test/images/nettest/rc.json | 2 +- test/images/nettest/slow-pod.json | 2 +- test/images/nettest/slow-rc.json | 2 +- test/images/porter/pod.json | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/test/images/clusterapi-tester/pod.yaml b/test/images/clusterapi-tester/pod.yaml index 63098175dd..8a7e401aa7 100644 --- a/test/images/clusterapi-tester/pod.yaml +++ b/test/images/clusterapi-tester/pod.yaml @@ -4,7 +4,7 @@ metadata: name: clusterapi-tester spec: containers: - - image: gcr.io/google_containers/clusterapi-tester:1.0 + - image: gcr.io/kubernetes-e2e-test-images/clusterapi-tester-amd64:1.0 name: clusterapi-tester readinessProbe: httpGet: diff --git a/test/images/goproxy/pod.yaml b/test/images/goproxy/pod.yaml index 8d159752ba..4356cbbbc2 100644 --- a/test/images/goproxy/pod.yaml +++ b/test/images/goproxy/pod.yaml @@ -7,7 +7,7 @@ metadata: spec: containers: - name: goproxy - image: gcr.io/google_containers/goproxy:0.1 + image: gcr.io/kubernetes-e2e-test-images/goproxy-amd64:1.0 ports: - containerPort: 8080 readinessProbe: diff --git a/test/images/hostexec/pod.yaml b/test/images/hostexec/pod.yaml index 375e777ed4..69a6e974f2 100644 --- a/test/images/hostexec/pod.yaml +++ b/test/images/hostexec/pod.yaml @@ -7,6 +7,6 @@ metadata: spec: containers: - name: hostexec - image: gcr.io/google_containers/hostexec:1.2 + image: gcr.io/kubernetes-e2e-test-images/hostexec-amd64:1.0 securityContext: hostNetwork: true diff --git a/test/images/netexec/pod.yaml b/test/images/netexec/pod.yaml index 485bfc9ec0..def3c353d3 100644 --- a/test/images/netexec/pod.yaml +++ b/test/images/netexec/pod.yaml @@ -7,7 +7,7 @@ metadata: spec: containers: - name: netexec - image: gcr.io/google_containers/netexec:1.7 + image: gcr.io/kubernetes-e2e-test-images/netexec-amd64:1.0 ports: - containerPort: 8080 protocol: TCP diff --git a/test/images/nettest/rc.json b/test/images/nettest/rc.json index 1272f6fe2c..2b2cb2fcb4 100644 --- a/test/images/nettest/rc.json +++ b/test/images/nettest/rc.json @@ -22,7 +22,7 @@ "containers": [ { "name": "webserver", - "image": "gcr.io/google_containers/nettest:1.9", + "image": "gcr.io/kubernetes-e2e-test-images/nettest-amd64:1.0", "imagePullPolicy": "Always", "args": [ "-service=nettest", diff --git a/test/images/nettest/slow-pod.json b/test/images/nettest/slow-pod.json index 383e8f3b43..c5570ffe75 100644 --- a/test/images/nettest/slow-pod.json +++ b/test/images/nettest/slow-pod.json @@ -11,7 +11,7 @@ "containers": [ { "name": "webserver", - "image": "gcr.io/google_containers/nettest:1.9", + "image": "gcr.io/kubernetes-e2e-test-images/nettest-amd64:1.0", "args": [ "-service=nettest", "-delay-shutdown=10" diff --git a/test/images/nettest/slow-rc.json b/test/images/nettest/slow-rc.json index ff47a93c48..68152588bd 100644 --- a/test/images/nettest/slow-rc.json +++ b/test/images/nettest/slow-rc.json @@ -23,7 +23,7 @@ "containers": [ { "name": "webserver", - "image": "gcr.io/google_containers/nettest:1.9", + "image": "gcr.io/kubernetes-e2e-test-images/nettest-amd64:1.0", "args": [ "-service=nettest", "-delay-shutdown=10" diff --git a/test/images/porter/pod.json b/test/images/porter/pod.json index b3aff70415..d98387d831 100644 --- a/test/images/porter/pod.json +++ b/test/images/porter/pod.json @@ -8,7 +8,7 @@ "containers": [ { "name": "porter", - "image": "gcr.io/google_containers/porter:4524579c0eb935c056c8e75563b4e1eda31587e0", + "image": "gcr.io/kubernetes-e2e-test-images/porter-amd64:1.0", "env": [ { "name": "SERVE_PORT_80",