How to skip specific pod volume to velero backup #7907
Unanswered
sai8465
asked this question in
Community support Q&A
Replies: 2 comments 2 replies
-
You can opt out of volumes using annotations like so https://velero.io/docs/v1.13/file-system-backup/#using-the-opt-out-approach
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Opt in/Opt out isn't for skipping volumes, though -- that just swaps between fs-backup and snapshots for the annotated volumes. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
For single pod we mount two volumes, we need to skip specific (one volume) volume to velero backup and already its have one solution is to add annotations to pod to skip volume(kubectl -n YOUR_POD_NAMESPACE annotate pod/YOUR_POD_NAME backup.velero.io/backup-volumes=YOUR_VOLUME_NAME_1,YOUR_VOLUME_NAME_2), except this is there any other solution
Beta Was this translation helpful? Give feedback.
All reactions