FEAT(velero): add control-plane toleration to node-agent

- Enable node-agent on all nodes including master
- Ensure backup coverage for all pods
This commit is contained in:
2026-01-08 19:59:03 +09:00
parent 2881589c45
commit b1ddea2b26

View File

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