From c006e3b4682af4ba90551fa75e0879686af2b673 Mon Sep 17 00:00:00 2001 From: Zack Zlotnik Date: Thu, 13 Aug 2026 12:49:37 -0400 Subject: [PATCH] daemon: allow scheduling on control-plane nodes This loosens up the toleration config on the DaemonSet so that if a BootcNodePool is created for control plane nodes, a bootc daemon pod can be scheduled on them so that their OS image can be managed. Signed-off-by: Zack Zlotnik --- config/daemon/daemon.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/config/daemon/daemon.yaml b/config/daemon/daemon.yaml index d4a7e25..7b8c8bc 100644 --- a/config/daemon/daemon.yaml +++ b/config/daemon/daemon.yaml @@ -43,8 +43,6 @@ spec: cpu: 10m memory: 64Mi tolerations: - - key: node-role.kubernetes.io/control-plane - operator: Exists - effect: NoSchedule + - operator: Exists serviceAccountName: daemon terminationGracePeriodSeconds: 10