-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add possibility to backup resources in namespaces matching a label #8340
Comments
labelselectors already apply to namespaces per https://github.com/vmware-tanzu/velero/pull/7697/files#diff-df144b27929ce35583cc82e55817b7d2423acccec581ea0ea0b8544ed3132a89R118-R133 dupe of #7105 |
if the documentation are unclear please list the pages needing updating. |
So labelSelector will backup any resource in the namespace with |
As per the docs here:
To be clear, that is not the behaviour I want to achieve. I'd like to set the label on the namespace object, and have all resources in that namespace backed up (regardless of individual objects labels) |
dupe of #7492 requirements then. We're saying the said requirements are not met? |
Yes, it looks like it is. Closing this one. Thank you for the quick reply |
Describe the problem/challenge you have
On thing I need to do is to backup all resources in namespaces matching a certain label, e.g. all the namespaces having label
backup: true
, or something like that.Describe the solution you'd like
New version of Schedule/Backup spec supporting this option. Something like:
Changing the
BackupSpec
type to something like:Anything else you would like to add:
Environment:
v1.14.0
):v1.30.2
):/etc/os-release
):Vote on this issue!
This is an invitation to the Velero community to vote on issues, you can see the project's top voted issues listed here.
Use the "reaction smiley face" up to the right of this comment to vote.
The text was updated successfully, but these errors were encountered: