Skip to content

Commit b0044e1

Browse files
authored
Update the powervs-csi-node to use nodeSelector for ppc64le
Adds a nodeSelector to isolate to Power nodes. The image is not manifest listed, and when used in concert with Multiarchitecture Compute it tries to install on Intel. Signed-off-by: Paul Bastide <[email protected]>
1 parent 5c6e972 commit b0044e1

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)