Skip to content

Commit 571e0a5

Browse files
authored
Merge pull request #465 from prb112/patch-1
Update the powervs-csi-node to use nodeSelector for ppc64le
2 parents 968e8fc + b0044e1 commit 571e0a5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

deploy/kubernetes/base/node.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ spec:
1919
spec:
2020
nodeSelector:
2121
kubernetes.io/os: linux
22+
kubernetes.io/arch: ppc64le
2223
hostNetwork: true
2324
serviceAccountName: powervs-csi-node-sa
2425
priorityClassName: system-node-critical

0 commit comments

Comments
 (0)