Skip to content

Commit 25316fe

Browse files
authored
Merge pull request kubernetes-sigs#2149 from kubernetes-sigs/example-arm64-doc
doc: support example pod running on arm64 node
2 parents 3fe51bc + b0e5cd4 commit 25316fe

12 files changed

+13
-13
lines changed

deploy/example/cloning/nginx-pod-restored-cloning.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ spec:
77
nodeSelector:
88
kubernetes.io/os: linux
99
containers:
10-
- image: mcr.microsoft.com/oss/nginx/nginx:1.17.3-alpine
10+
- image: mcr.microsoft.com/mirror/docker/library/nginx:1.23
1111
name: nginx-azurefile-restored-cloning
1212
args:
1313
- sleep

deploy/example/daemonset.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ spec:
2828
kubernetes.io/os: linux
2929
containers:
3030
- name: nginx
31-
image: mcr.microsoft.com/oss/nginx/nginx:1.19.5
31+
image: mcr.microsoft.com/mirror/docker/library/nginx:1.23
3232
command:
3333
- "/bin/bash"
3434
- "-c"

deploy/example/deployment.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ spec:
3232
"kubernetes.io/os": linux
3333
containers:
3434
- name: deployment-azurefile
35-
image: mcr.microsoft.com/oss/nginx/nginx:1.19.5
35+
image: mcr.microsoft.com/mirror/docker/library/nginx:1.23
3636
command:
3737
- "/bin/bash"
3838
- "-c"

deploy/example/disk/statefulset-stress.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ spec:
2525
spec:
2626
containers:
2727
- name: statefulset-azurefile
28-
image: mcr.microsoft.com/oss/nginx/nginx:1.17.3-alpine
28+
image: mcr.microsoft.com/mirror/docker/library/nginx:1.23
2929
command:
3030
- "/bin/sh"
3131
- "-c"

deploy/example/kata-cc/statefulset.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ spec:
1919
"kubernetes.io/os": linux
2020
containers:
2121
- name: cc-statefulset-azurefile
22-
image: mcr.microsoft.com/oss/nginx/nginx:1.19.5
22+
image: mcr.microsoft.com/mirror/docker/library/nginx:1.23
2323
command:
2424
- "/bin/bash"
2525
- "-c"

deploy/example/nfs/statefulset.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ spec:
1717
"kubernetes.io/os": linux
1818
containers:
1919
- name: statefulset-azurefile
20-
image: mcr.microsoft.com/oss/nginx/nginx:1.19.5
20+
image: mcr.microsoft.com/mirror/docker/library/nginx:1.23
2121
command:
2222
- "/bin/bash"
2323
- "-c"

deploy/example/nginx-pod-azurefile-inline-volume.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ spec:
77
nodeSelector:
88
"kubernetes.io/os": linux
99
containers:
10-
- image: mcr.microsoft.com/oss/nginx/nginx:1.19.5
10+
- image: mcr.microsoft.com/mirror/docker/library/nginx:1.23
1111
name: nginx-azurefile
1212
command:
1313
- "/bin/bash"

deploy/example/nginx-pod-azurefile.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ spec:
77
nodeSelector:
88
"kubernetes.io/os": linux
99
containers:
10-
- image: mcr.microsoft.com/oss/nginx/nginx:1.19.5
10+
- image: mcr.microsoft.com/mirror/docker/library/nginx:1.23
1111
name: nginx-azurefile
1212
command:
1313
- "/bin/bash"

deploy/example/smb-provisioner/nginx-on-prem-volume.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ spec:
77
nodeSelector:
88
"kubernetes.io/os": linux
99
containers:
10-
- image: mcr.microsoft.com/oss/nginx/nginx:1.19.5
10+
- image: mcr.microsoft.com/mirror/docker/library/nginx:1.23
1111
name: nginx-smb
1212
command:
1313
- "/bin/bash"

deploy/example/snapshot/nginx-pod-restored-snapshot.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ spec:
77
nodeSelector:
88
kubernetes.io/os: linux
99
containers:
10-
- image: mcr.microsoft.com/oss/nginx/nginx:1.17.3-alpine
10+
- image: mcr.microsoft.com/mirror/docker/library/nginx:1.23
1111
name: nginx-restored
1212
args:
1313
- sleep

deploy/example/statefulset.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ spec:
1818
"kubernetes.io/os": linux
1919
containers:
2020
- name: statefulset-azurefile
21-
image: mcr.microsoft.com/oss/nginx/nginx:1.19.5
21+
image: mcr.microsoft.com/mirror/docker/library/nginx:1.23
2222
command:
2323
- "/bin/bash"
2424
- "-c"

docs/workload-identity-static-pv-mount.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ spec:
132132
"kubernetes.io/os": linux
133133
containers:
134134
- name: deployment-azurefile
135-
image: mcr.microsoft.com/oss/nginx/nginx:1.19.5
135+
image: mcr.microsoft.com/mirror/docker/library/nginx:1.23
136136
command:
137137
- "/bin/bash"
138138
- "-c"
@@ -165,7 +165,7 @@ spec:
165165
nodeSelector:
166166
"kubernetes.io/os": linux
167167
containers:
168-
- image: mcr.microsoft.com/oss/nginx/nginx:1.19.5
168+
- image: mcr.microsoft.com/mirror/docker/library/nginx:1.23
169169
name: nginx-azurefile
170170
command:
171171
- "/bin/bash"

0 commit comments

Comments
 (0)