mirror of https://github.com/k3s-io/k3s
Schedule Calico components even on tainted nodes
parent
d052476c30
commit
da610ecbb9
|
@ -149,5 +149,10 @@ spec:
|
||||||
hostPath:
|
hostPath:
|
||||||
path: /etc/cni/net.d
|
path: /etc/cni/net.d
|
||||||
tolerations:
|
tolerations:
|
||||||
- key: "CriticalAddonsOnly"
|
# Make sure calico/node gets scheduled on all nodes.
|
||||||
operator: "Exists"
|
- effect: NoSchedule
|
||||||
|
operator: Exists
|
||||||
|
- effect: NoExecute
|
||||||
|
operator: Exists
|
||||||
|
- key: CriticalAddonsOnly
|
||||||
|
operator: Exists
|
||||||
|
|
Loading…
Reference in New Issue