Skip to content

Commit 10a04b7

Browse files
committed
change nodeSelector from master to control-plane
1 parent 2a6bb4e commit 10a04b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy/k8s/controller-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ spec:
2222
serviceAccountName: cloudstack-csi-controller
2323
nodeSelector:
2424
kubernetes.io/os: linux
25-
node-role.kubernetes.io/master: ""
25+
node-role.kubernetes.io/control-plane: ""
2626
tolerations:
2727
- effect: NoExecute
2828
operator: Exists

0 commit comments

Comments
 (0)