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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user