Exclude PV of backup (Multiple CSI-based storage classes) #3628
Unanswered
headyj
asked this question in
Community support Q&A
Replies: 1 comment
-
I have related question too. Is there a way to exclude whole
So far the work around is to label each new PVCs once new is created, but it requires work to take care of backup once new PVC is created. Did I miss right solution? I use this command to ensure PVCs are labeled so excluded from a backup:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I'm using the great CSI plugin for backing-up my EBS CSI disks. Problem is I'm also using EFS CSI driver for other disks. According to this issue, it's currently not possible to use both restic (For EFS) and standard plugin (For EBS) at the same time.
To mitigate this limitation, my idea is to use AWS backup for EFS disks, and stick with Velero for EBS disks. The problem is that I cannot find a way to "exclude" EFS disks from the backup:
failed to get volumesnapshotclass for storageclass efs-storage-class: failed to get volumesnapshotclass for provisioner efs.csi.aws.com, ensure that the desired volumesnapshot class has the velero.io/csi-volumesnapshot-class label
Is there any way to tell Velero to just exclude PVs based on some annotations or labelling?
Thank you in advance :)
Beta Was this translation helpful? Give feedback.
All reactions