Merge pull request #8381 from kaovilai/ebs.csi.aws.com

Typo: ebs.csi.aws.com instead of aws.ebs.csi.driver
pull/8388/head
Wenkai Yin(尹文开) 2024-11-11 14:17:05 +08:00 committed by GitHub
commit 1fbd22f353
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
8 changed files with 10 additions and 10 deletions

View File

@ -86,7 +86,7 @@ volumePolicies:
# capacity condition matches the volumes whose capacity falls into the range
capacity: "0,100Gi"
csi:
driver: aws.ebs.csi.driver
driver: ebs.csi.aws.com
fsType: ext4
storageClass:
- gp2
@ -174,7 +174,7 @@ data:
- conditions:
capacity: "0,100Gi"
csi:
driver: aws.ebs.csi.driver
driver: ebs.csi.aws.com
fsType: ext4
storageClass:
- gp2

View File

@ -276,7 +276,7 @@ volumePolicies:
vol: &v1.PersistentVolume{
Spec: v1.PersistentVolumeSpec{
PersistentVolumeSource: v1.PersistentVolumeSource{
CSI: &v1.CSIPersistentVolumeSource{Driver: "aws.ebs.csi.driver"},
CSI: &v1.CSIPersistentVolumeSource{Driver: "ebs.csi.aws.com"},
}},
},
skip: true,
@ -311,7 +311,7 @@ volumePolicies:
v1.ResourceStorage: resource.MustParse("1Gi"),
},
PersistentVolumeSource: v1.PersistentVolumeSource{
CSI: &v1.CSIPersistentVolumeSource{Driver: "aws.ebs.csi.driver"},
CSI: &v1.CSIPersistentVolumeSource{Driver: "ebs.csi.aws.com"},
}},
},
skip: true,

View File

@ -264,7 +264,7 @@ The policies YAML config file would look like this:
capacity: "10,100Gi"
# pv matches specific csi driver
csi:
driver: aws.ebs.csi.driver
driver: ebs.csi.aws.com
# pv matches one of the storage class list
storageClass:
- gp2

View File

@ -241,7 +241,7 @@ Velero only support volume resource policies currently, other kinds of resource
capacity: "10,100Gi"
# pv matches specific csi driver
csi:
driver: aws.ebs.csi.driver
driver: ebs.csi.aws.com
# pv matches one of the storage class list
storageClass:
- gp2

View File

@ -241,7 +241,7 @@ Velero only support volume resource policies currently, other kinds of resource
capacity: "10,100Gi"
# pv matches specific csi driver
csi:
driver: aws.ebs.csi.driver
driver: ebs.csi.aws.com
# pv matches one of the storage class list
storageClass:
- gp2

View File

@ -259,7 +259,7 @@ Velero only support volume resource policies currently, other kinds of resource
capacity: "10,100Gi"
# pv matches specific csi driver
csi:
driver: aws.ebs.csi.driver
driver: ebs.csi.aws.com
# pv matches one of the storage class list
storageClass:
- gp2

View File

@ -264,7 +264,7 @@ The policies YAML config file would look like this:
capacity: "10,100Gi"
# pv matches specific csi driver
csi:
driver: aws.ebs.csi.driver
driver: ebs.csi.aws.com
# pv matches one of the storage class list
storageClass:
- gp2

View File

@ -264,7 +264,7 @@ The policies YAML config file would look like this:
capacity: "10,100Gi"
# pv matches specific csi driver
csi:
driver: aws.ebs.csi.driver
driver: ebs.csi.aws.com
# pv matches one of the storage class list
storageClass:
- gp2