From da610ecbb9ed10b5108eb9a00db392c95f7c005f Mon Sep 17 00:00:00 2001 From: Casey Davenport Date: Tue, 12 Dec 2017 17:39:34 -0800 Subject: [PATCH] Schedule Calico components even on tainted nodes --- .../calico-policy-controller/calico-node-daemonset.yaml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/cluster/addons/calico-policy-controller/calico-node-daemonset.yaml b/cluster/addons/calico-policy-controller/calico-node-daemonset.yaml index 5c4b69f7140..2b2d31e1df8 100644 --- a/cluster/addons/calico-policy-controller/calico-node-daemonset.yaml +++ b/cluster/addons/calico-policy-controller/calico-node-daemonset.yaml @@ -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