Skip to content

Commit 1fe2bb3

Browse files
author
Kubernetes Submit Queue
authored
Merge pull request kubernetes#49020 from mkumatag/update_yamls
Automatic merge from submit-queue (batch tested with PRs 48231, 47377, 48797, 49020, 49033) Update yaml and json with multi arch test images **What this PR does / why we need it**: This PR is for updating the yaml and json files under test/images folder with multi arch images **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes # **Special notes for your reviewer**: **Release note**: ```NONE ```
2 parents 96f7788 + 9ebd6f0 commit 1fe2bb3

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

test/images/clusterapi-tester/pod.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ metadata:
44
name: clusterapi-tester
55
spec:
66
containers:
7-
- image: gcr.io/google_containers/clusterapi-tester:1.0
7+
- image: gcr.io/kubernetes-e2e-test-images/clusterapi-tester-amd64:1.0
88
name: clusterapi-tester
99
readinessProbe:
1010
httpGet:

test/images/goproxy/pod.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ metadata:
77
spec:
88
containers:
99
- name: goproxy
10-
image: gcr.io/google_containers/goproxy:0.1
10+
image: gcr.io/kubernetes-e2e-test-images/goproxy-amd64:1.0
1111
ports:
1212
- containerPort: 8080
1313
readinessProbe:

test/images/hostexec/pod.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ metadata:
77
spec:
88
containers:
99
- name: hostexec
10-
image: gcr.io/google_containers/hostexec:1.2
10+
image: gcr.io/kubernetes-e2e-test-images/hostexec-amd64:1.0
1111
securityContext:
1212
hostNetwork: true

test/images/netexec/pod.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ metadata:
77
spec:
88
containers:
99
- name: netexec
10-
image: gcr.io/google_containers/netexec:1.7
10+
image: gcr.io/kubernetes-e2e-test-images/netexec-amd64:1.0
1111
ports:
1212
- containerPort: 8080
1313
protocol: TCP

test/images/nettest/rc.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"containers": [
2323
{
2424
"name": "webserver",
25-
"image": "gcr.io/google_containers/nettest:1.9",
25+
"image": "gcr.io/kubernetes-e2e-test-images/nettest-amd64:1.0",
2626
"imagePullPolicy": "Always",
2727
"args": [
2828
"-service=nettest",

test/images/nettest/slow-pod.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"containers": [
1212
{
1313
"name": "webserver",
14-
"image": "gcr.io/google_containers/nettest:1.9",
14+
"image": "gcr.io/kubernetes-e2e-test-images/nettest-amd64:1.0",
1515
"args": [
1616
"-service=nettest",
1717
"-delay-shutdown=10"

test/images/nettest/slow-rc.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"containers": [
2424
{
2525
"name": "webserver",
26-
"image": "gcr.io/google_containers/nettest:1.9",
26+
"image": "gcr.io/kubernetes-e2e-test-images/nettest-amd64:1.0",
2727
"args": [
2828
"-service=nettest",
2929
"-delay-shutdown=10"

test/images/porter/pod.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"containers": [
99
{
1010
"name": "porter",
11-
"image": "gcr.io/google_containers/porter:4524579c0eb935c056c8e75563b4e1eda31587e0",
11+
"image": "gcr.io/kubernetes-e2e-test-images/porter-amd64:1.0",
1212
"env": [
1313
{
1414
"name": "SERVE_PORT_80",

0 commit comments

Comments
 (0)