diff --git a/kubernetes/daemonset.yaml b/kubernetes/daemonset.yaml index 8e06d30..d436e40 100644 --- a/kubernetes/daemonset.yaml +++ b/kubernetes/daemonset.yaml @@ -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: