mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-02-11 22:31:13 +00:00
* Only install and uninstall SC and VSC once for default cluster. * Install and uninstall SC and VSC for standby cluster on migration case. * Refactor the StorageClass and VolumeSnapshotClass YAMLs. * Prettify the e2e_suite_test.go Signed-off-by: Xun Jiang <xun.jiang@broadcom.com>
10 lines
290 B
YAML
10 lines
290 B
YAML
kind: VolumeSnapshotClass
|
|
apiVersion: snapshot.storage.k8s.io/v1
|
|
metadata:
|
|
name: e2e-volume-snapshot-class
|
|
annotations:
|
|
snapshot.storage.kubernetes.io/is-default-class: "true"
|
|
labels:
|
|
velero.io/csi-volumesnapshot-class: "true"
|
|
driver: zfs.csi.openebs.io
|
|
deletionPolicy: Delete |