Skip to content

Commit

Permalink
fix: controller tolerations (#5162)
Browse files Browse the repository at this point in the history
  • Loading branch information
zijiren233 authored Oct 21, 2024
1 parent b300570 commit e1df7ce
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/cloud/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -437,6 +437,10 @@ spec:
enabled: true
nodeSelector:
node-role.kubernetes.io/control-plane: ''
tolerations:
- key: node-role.kubernetes.io/control-plane
operator: Exists
effect: NoSchedule
resources:
requests:
cpu: 256m
Expand Down

0 comments on commit e1df7ce

Please sign in to comment.