kubernetes: Add toleration for control plane nodes
Some checks failed
dustin/k8s-reboot-coordinator/pipeline/head There was a failure building this commit

We want to schedule reboots on control plane nodes just the same as
regular workers.
This commit is contained in:
2025-10-13 10:32:25 -05:00
parent f6e8becc3a
commit cbe2f2cfd2

View File

@@ -51,6 +51,9 @@ spec:
runAsGroup: 0
runAsNonRoot: false
serviceAccountName: k8s-reboot-coordinator
tolerations:
- key: node-role.kubernetes.io/control-plane
effect: NoSchedule
volumes:
- name: host
hostPath: