Skip to content

Commit 026d84f

Browse files
committed
test: run external storage test with k8s 1.21 suites
test: run external exe test on 1.20 test: run external storage test with k8s 1.21 suites test: run external exe test on 1.20
1 parent 96b7e9b commit 026d84f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

deploy/example/storageclass-blobfuse.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
provisioner: blob.csi.azure.com
77
parameters:
88
skuName: Standard_LRS # available values: Standard_LRS, Premium_LRS, Standard_GRS, Standard_RAGRS
9-
reclaimPolicy: Retain # if set as "Delete" container would be removed after pvc deletion
9+
reclaimPolicy: Delete
1010
volumeBindingMode: Immediate
1111
mountOptions:
1212
- -o allow_other

test/external-e2e/run.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ install_ginkgo () {
2424
}
2525

2626
setup_e2e_binaries() {
27-
# download k8s external e2e binary for kubernetes v1.21
28-
curl -sL https://storage.googleapis.com/kubernetes-release/release/v1.21.0/kubernetes-test-linux-amd64.tar.gz --output e2e-tests.tar.gz
27+
# download k8s external e2e binary for kubernetes v1.20
28+
curl -sL https://storage.googleapis.com/kubernetes-release/release/v1.20.0/kubernetes-test-linux-amd64.tar.gz --output e2e-tests.tar.gz
2929
tar -xvf e2e-tests.tar.gz && rm e2e-tests.tar.gz
3030

3131
# install the blob csi driver

0 commit comments

Comments
 (0)