From b1ddea2b26b86cdd5522a9cb835a95d1fdb6b643 Mon Sep 17 00:00:00 2001 From: Mayne0213 Date: Thu, 8 Jan 2026 19:59:03 +0900 Subject: [PATCH] FEAT(velero): add control-plane toleration to node-agent - Enable node-agent on all nodes including master - Ensure backup coverage for all pods --- velero/helm-values.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/velero/helm-values.yaml b/velero/helm-values.yaml index b909332..72c1fab 100644 --- a/velero/helm-values.yaml +++ b/velero/helm-values.yaml @@ -43,6 +43,11 @@ nodeAgent: memory: 256Mi limits: memory: 1Gi + # Run on all nodes including control-plane for full backup coverage + tolerations: + - key: "node-role.kubernetes.io/control-plane" + operator: "Exists" + effect: "NoSchedule" # Configuration for backup storage configuration: