add toleration for the future
This commit is contained in:
parent
9990d4f64b
commit
37ed663b3b
1 changed files with 4 additions and 0 deletions
|
@ -27,6 +27,10 @@ spec:
|
||||||
values:
|
values:
|
||||||
defaultPodOptions:
|
defaultPodOptions:
|
||||||
priorityClassName: system-node-critical
|
priorityClassName: system-node-critical
|
||||||
|
tolerations:
|
||||||
|
- key: node-role.kubernetes.io/control-plane
|
||||||
|
operator: Exists
|
||||||
|
effect: NoSchedule
|
||||||
controllers:
|
controllers:
|
||||||
generic-device-plugin:
|
generic-device-plugin:
|
||||||
type: daemonset
|
type: daemonset
|
||||||
|
|
Reference in a new issue