mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-01-08 22:23:15 +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>
12 lines
269 B
YAML
12 lines
269 B
YAML
apiVersion: storage.k8s.io/v1
|
|
kind: StorageClass
|
|
metadata:
|
|
name: e2e-storage-class
|
|
provisioner: disk.csi.azure.com
|
|
parameters:
|
|
cachingmode: ReadOnly
|
|
kind: Managed
|
|
storageaccounttype: StandardSSD_LRS
|
|
reclaimPolicy: Delete
|
|
volumeBindingMode: WaitForFirstConsumer
|