Skip to content

Commit

Permalink
docs: Add toleration example for master/control-plane
Browse files Browse the repository at this point in the history
  • Loading branch information
djboris9 committed Mar 1, 2021
1 parent b1200a9 commit c5bfacb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions examples/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,10 @@ spec:
ports:
- containerPort: 8080
protocol: TCP
tolerations:
- effect: NoSchedule
key: node-role.kubernetes.io/master
operator: Equal
- effect: NoSchedule
key: node-role.kubernetes.io/control-plane
operator: Equal

0 comments on commit c5bfacb

Please sign in to comment.