Skip to content

Commit

Permalink
chart: update tolerations of node-manager
Browse files Browse the repository at this point in the history
    - Even in etcd node, node-manager should run for time sync

Signed-off-by: Vicente Cheng <[email protected]>
  • Loading branch information
Vicente-Cheng authored and bk201 committed Dec 8, 2023
1 parent 2d2a932 commit eaf3568
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions charts/harvester-node-manager/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,7 @@ resources:
tolerations:
# this toleration is to have the daemonset runnable on master nodes
# remove it if your masters can't run pods
- key: node-role.kubernetes.io/master
effect: NoSchedule
- effect: NoSchedule
key: node-role.kubernetes.io/master
- effect: NoExecute
operator: Exists

0 comments on commit eaf3568

Please sign in to comment.