vmware-tanzu / velero

Backup and migrate Kubernetes applications and their persistent volumes
https://velero.io
Apache License 2.0
8.41k stars 1.37k forks source link

The repo maintenance job should support node selector #7758

Open reasonerjt opened 2 months ago

reasonerjt commented 2 months ago

The repository maintenance jobs may be running for some time and consume substantial resource.

Like datamover, we should support node-selector for these jobs. Ideally we should reuse the data structures of node selectors for data mover and provide a similar user experience in terms of setting the node selectors.

blackpiglet commented 1 week ago

IMO, reuse the ConfigMap mentioned in this design to generate the maintenance Job is enough.

I am checking with the issue reporter whether that is acceptable.