Skip to content

Commit

Permalink
Merge pull request #2568 from andyzhangx/example-arm64-doc
Browse files Browse the repository at this point in the history
doc: support example pod running on arm64 node
  • Loading branch information
andyzhangx authored Oct 23, 2024
2 parents 76578c3 + 98fc2b4 commit 9c1f673
Show file tree
Hide file tree
Showing 15 changed files with 70 additions and 79 deletions.
121 changes: 56 additions & 65 deletions charts/index.yaml

Large diffs are not rendered by default.

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-restored-cloning
args:
- sleep
Expand Down
2 changes: 1 addition & 1 deletion deploy/example/daemonset-azuredisk-ephemeral.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
kubernetes.io/os: linux
containers:
- name: nginx
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/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-azuredisk
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-pod-azuredisk.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-azuredisk
command:
- "/bin/sh"
Expand Down
2 changes: 1 addition & 1 deletion deploy/example/nginx-pod-ephemeral.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
spec:
containers:
- name: nginx-azuredisk-ephemeral
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/rawblock/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,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-azuredisk
volumeDevices:
- name: azuredisk
Expand Down
2 changes: 1 addition & 1 deletion deploy/example/rawblock/nginx-pod-azuredisk.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-azuredisk
volumeDevices:
- name: azuredisk
Expand Down
2 changes: 1 addition & 1 deletion deploy/example/sharedisk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ spec:
spec:
containers:
- name: deployment-azuredisk
image: mcr.microsoft.com/oss/nginx/nginx:1.17.3-alpine
image: mcr.microsoft.com/mirror/docker/library/nginx:1.23
volumeDevices:
- name: azuredisk
devicePath: /dev/sdx
Expand Down
2 changes: 1 addition & 1 deletion deploy/example/sharedisk/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ spec:
kubernetes.io/os: linux
containers:
- name: deployment-sharedisk
image: mcr.microsoft.com/oss/nginx/nginx:1.17.3-alpine
image: mcr.microsoft.com/mirror/docker/library/nginx:1.23
volumeDevices:
- name: azuredisk
devicePath: /dev/sdx
Expand Down
2 changes: 1 addition & 1 deletion deploy/example/snapshot/nginx-pod-restored-snapshot.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-restored
args:
- sleep
Expand Down
2 changes: 1 addition & 1 deletion deploy/example/statefulset-nonroot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ spec:
"kubernetes.io/os": linux
containers:
- name: statefulset-azuredisk-nonroot
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-nozone.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ spec:
- "4"
containers:
- name: statefulset-azuredisk
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 @@ -18,7 +18,7 @@ spec:
"kubernetes.io/os": linux
containers:
- name: statefulset-azuredisk
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
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
terminationGracePeriodSeconds: 0
containers:
- name: statefulset-autorecover
image: mcr.microsoft.com/oss/nginx/nginx:1.17.3-alpine
image: mcr.microsoft.com/mirror/docker/library/nginx:1.23
volumeMounts:
- name: persistent-storage
mountPath: /mnt/azuredisk
Expand Down

0 comments on commit 9c1f673

Please sign in to comment.