Skip to content

Commit

Permalink
added wider toleration to calico-node daemonset
Browse files Browse the repository at this point in the history
  • Loading branch information
igorcanadi committed Jul 31, 2017
1 parent d9427cf commit 7323e5f
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -118,10 +118,12 @@ spec:
hostNetwork: true
serviceAccountName: calico
tolerations:
- key: node-role.kubernetes.io/master
effect: NoSchedule
- key: CriticalAddonsOnly
operator: Exists
- effect: NoExecute
operator: Exists
- effect: NoSchedule
operator: Exists
containers:
# Runs calico/node container on each Kubernetes node. This
# container programs network policy and routes on each
Expand Down

0 comments on commit 7323e5f

Please sign in to comment.