mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-08-17 12:46:05 +00:00
Make change to support VKS environment.
FYI, the TKGm envrionment support is deprecated. Signed-off-by: Xun Jiang <xun.jiang@broadcom.com>
This commit is contained in:
+2
-1
@@ -5,7 +5,8 @@ metadata:
|
||||
annotations:
|
||||
storageclass.kubernetes.io/is-default-class: "false"
|
||||
parameters:
|
||||
StoragePolicyName: "vSAN Default Storage Policy"
|
||||
# StoragePolicyName: "vSAN Default Storage Policy" # This is used for the TKGm environment.
|
||||
svStorageClass: worker-storagepolicy # This is used for TKGs/uTKG environment.
|
||||
provisioner: csi.vsphere.vmware.com
|
||||
reclaimPolicy: Delete
|
||||
volumeBindingMode: WaitForFirstConsumer
|
||||
+2
-1
@@ -5,7 +5,8 @@ metadata:
|
||||
annotations:
|
||||
storageclass.kubernetes.io/is-default-class: "false"
|
||||
parameters:
|
||||
StoragePolicyName: "vSAN Default Storage Policy"
|
||||
#StoragePolicyName: "vSAN Default Storage Policy" # This is used for TKGm environment.
|
||||
svStorageClass: worker-storagepolicy # This is used for TKGs/uTKG environment.
|
||||
provisioner: csi.vsphere.vmware.com
|
||||
reclaimPolicy: Delete
|
||||
volumeBindingMode: WaitForFirstConsumer
|
||||
Reference in New Issue
Block a user