Schedule Calico components even on tainted nodes

pull/6/head
Casey Davenport 2017-12-12 17:39:34 -08:00
parent d052476c30
commit da610ecbb9
1 changed files with 7 additions and 2 deletions

View File

@ -149,5 +149,10 @@ spec:
hostPath:
path: /etc/cni/net.d
tolerations:
- key: "CriticalAddonsOnly"
operator: "Exists"
# Make sure calico/node gets scheduled on all nodes.
- effect: NoSchedule
operator: Exists
- effect: NoExecute
operator: Exists
- key: CriticalAddonsOnly
operator: Exists