Skip to content

Commit

Permalink
deploy: allow node-manager pod running on the etcd node
Browse files Browse the repository at this point in the history
Signed-off-by: Vicente Cheng <[email protected]>
  • Loading branch information
Vicente-Cheng committed Nov 29, 2023
1 parent e5fda0b commit 2b0a4a7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions manifests/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,10 @@ spec:
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
serviceAccountName: harvester-node-manager
containers:
- env:
Expand Down

0 comments on commit 2b0a4a7

Please sign in to comment.