Skip to content

Commit

Permalink
fix toleration (#3545)
Browse files Browse the repository at this point in the history
  • Loading branch information
mohamed-rafraf authored Jan 30, 2025
1 parent 393afc8 commit 8d01d28
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions addons/csi-kubevirt/2-kubevirt-csi-controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,9 @@ spec:
nodeSelector:
node-role.kubernetes.io/control-plane: ""
tolerations:
- key: "node-role.kubernetes.io/control-plane"
operator: Exists
effect: NoSchedule
- key: CriticalAddonsOnly
operator: Exists
- key: node-role.kubernetes.io/master
Expand Down

0 comments on commit 8d01d28

Please sign in to comment.