File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed
Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,12 @@ metadata:
55 namespace : kube-system
66data :
77 volume-parameters.yaml : |
8- type: cloud_essd
8+ type: cloud_auto
9+ volume-mutable-parameters.yaml : |
10+ type: cloud_auto
11+ burstingEnabled: "true"
12+ provisionedIops: "10"
13+ diskTags/modified-by: csi-sanity
914 ---
1015apiVersion : v1
1116kind : ServiceAccount
8085 requiredDuringSchedulingIgnoredDuringExecution :
8186 nodeSelectorTerms :
8287 - matchExpressions :
83- - key : node.csi.alibabacloud.com/disktype.cloud_essd
88+ - key : node.csi.alibabacloud.com/disktype.cloud_auto
8489 operator : In
8590 values :
8691 - available
@@ -197,6 +202,7 @@ spec:
197202 " --csi.mountdir" , "/var/lib/kubelet/csi-sanity/csi-mount",
198203 " --csi.stagingdir" , "/var/lib/kubelet/csi-sanity/csi-staging",
199204 " --csi.testvolumeparameters" , "/etc/csi-test/volume-parameters.yaml",
205+ " --csi.testvolumemutableparameters" , "/etc/csi-test/volume-mutable-parameters.yaml",
200206 " --csi.testnodevolumeattachlimit" ,
201207 " --ginkgo.junit-report" , "/var/lib/kubelet/csi-sanity/report.xml",
202208 " --ginkgo.no-color" ,
You can’t perform that action at this time.
0 commit comments