Skip to content

Commit

Permalink
doc: support example pod running on arm64 node
Browse files Browse the repository at this point in the history
  • Loading branch information
andyzhangx committed Oct 11, 2024
1 parent 3c4e1e3 commit 0c9cf7b
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion deploy/example/cloning/nginx-pod-restored-cloning.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ spec:
nodeSelector:
kubernetes.io/os: linux
containers:
- image: mcr.microsoft.com/oss/nginx/nginx:1.17.3-alpine
- image: mcr.microsoft.com/mirror/docker/library/nginx:1.23
name: nginx-blob-restored-cloning
args:
- sleep
Expand Down
2 changes: 1 addition & 1 deletion deploy/example/deployment-nfs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ spec:
"kubernetes.io/os": linux
containers:
- name: deployment-blob-nfs
image: mcr.microsoft.com/oss/nginx/nginx:1.17.3-alpine
image: mcr.microsoft.com/mirror/docker/library/nginx:1.23
command:
- "/bin/sh"
- "-c"
Expand Down
2 changes: 1 addition & 1 deletion deploy/example/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ spec:
"kubernetes.io/os": linux
containers:
- name: deployment-blob
image: mcr.microsoft.com/oss/nginx/nginx:1.17.3-alpine
image: mcr.microsoft.com/mirror/docker/library/nginx:1.23
command:
- "/bin/sh"
- "-c"
Expand Down
2 changes: 1 addition & 1 deletion deploy/example/nfs/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
"kubernetes.io/os": linux
containers:
- name: statefulset-blob
image: mcr.microsoft.com/oss/nginx/nginx:1.17.3-alpine
image: mcr.microsoft.com/mirror/docker/library/nginx:1.23
command:
- "/bin/sh"
- "-c"
Expand Down
2 changes: 1 addition & 1 deletion deploy/example/nginx-blobfuse-inline-volume.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ spec:
nodeSelector:
"kubernetes.io/os": linux
containers:
- image: mcr.microsoft.com/oss/nginx/nginx:1.19.5
- image: mcr.microsoft.com/mirror/docker/library/nginx:1.23
name: nginx-blobfuse
command:
- "/bin/bash"
Expand Down
2 changes: 1 addition & 1 deletion deploy/example/nginx-pod-blob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ spec:
nodeSelector:
"kubernetes.io/os": linux
containers:
- image: mcr.microsoft.com/oss/nginx/nginx:1.17.3-alpine
- image: mcr.microsoft.com/mirror/docker/library/nginx:1.23
name: nginx-blob
command:
- "/bin/sh"
Expand Down
2 changes: 1 addition & 1 deletion deploy/example/statefulset-nfs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
"kubernetes.io/os": linux
containers:
- name: statefulset-blob-nfs
image: mcr.microsoft.com/oss/nginx/nginx:1.19.5
image: mcr.microsoft.com/mirror/docker/library/nginx:1.23
command:
- "/bin/bash"
- "-c"
Expand Down
2 changes: 1 addition & 1 deletion deploy/example/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
"kubernetes.io/os": linux
containers:
- name: statefulset-blob
image: mcr.microsoft.com/oss/nginx/nginx:1.19.5
image: mcr.microsoft.com/mirror/docker/library/nginx:1.23
command:
- "/bin/bash"
- "-c"
Expand Down

0 comments on commit 0c9cf7b

Please sign in to comment.