Skip to content

Commit

Permalink
test: enable external-storage test for VolumeAttributesClass
Browse files Browse the repository at this point in the history
  • Loading branch information
huww98 committed Dec 5, 2024
1 parent 266c5ba commit 5d4f8de
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
11 changes: 11 additions & 0 deletions test/e2e-kubernetes/cloud_auto-vac.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
apiVersion: storage.k8s.io/v1beta1
kind: VolumeAttributesClass
metadata:
name: auto
driverName: diskplugin.csi.alibabacloud.com
parameters:
type: cloud_auto
burstingEnabled: "true"
provisionedIops: "10"
diskTags/test-vac: "vac-test"
-diskTags/test-vac-2: ""
2 changes: 2 additions & 0 deletions test/e2e-kubernetes/disk-manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ StorageClass:
FromExistingClassName: alicloud-disk-topology-alltype
SnapshotClass:
FromExistingClassName: alibabacloud-disk-snapshot
VolumeAttributesClass:
FromFile: test/e2e-kubernetes/cloud_auto-vac.yaml
DriverInfo:
Name: diskplugin.csi.alibabacloud.com
SupportedSizeRange:
Expand Down

0 comments on commit 5d4f8de

Please sign in to comment.