add toleration for the future

This commit is contained in:
Joseph Hanson 2024-12-22 08:57:23 -06:00
parent 9990d4f64b
commit 37ed663b3b

View file

@ -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