Skip to content

Commit

Permalink
Merge pull request #2149 from kubernetes-sigs/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 3fe51bc + b0e5cd4 commit 25316fe
Show file tree
Hide file tree
Showing 12 changed files with 13 additions and 13 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-azurefile-restored-cloning
args:
- sleep
Expand Down
2 changes: 1 addition & 1 deletion deploy/example/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,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-azurefile
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/disk/statefulset-stress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
spec:
containers:
- name: statefulset-azurefile
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/kata-cc/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
"kubernetes.io/os": linux
containers:
- name: cc-statefulset-azurefile
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/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-azurefile
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/nginx-pod-azurefile-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-azurefile
command:
- "/bin/bash"
Expand Down
2 changes: 1 addition & 1 deletion deploy/example/nginx-pod-azurefile.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-azurefile
command:
- "/bin/bash"
Expand Down
2 changes: 1 addition & 1 deletion deploy/example/smb-provisioner/nginx-on-prem-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-smb
command:
- "/bin/bash"
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.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-azurefile
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
4 changes: 2 additions & 2 deletions docs/workload-identity-static-pv-mount.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ spec:
"kubernetes.io/os": linux
containers:
- name: deployment-azurefile
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 Expand Up @@ -165,7 +165,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-azurefile
command:
- "/bin/bash"
Expand Down

0 comments on commit 25316fe

Please sign in to comment.