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:
|
||||
defaultPodOptions:
|
||||
priorityClassName: system-node-critical
|
||||
tolerations:
|
||||
- key: node-role.kubernetes.io/control-plane
|
||||
operator: Exists
|
||||
effect: NoSchedule
|
||||
controllers:
|
||||
generic-device-plugin:
|
||||
type: daemonset
|
||||
|
|
Reference in a new issue