Skip to content

Commit 352aa6f

Browse files
committed
deploy: update external-provisioner to v2.1.1
This brings in some bug fixes: - External-provisioner may have stopped provisioning for a PVC depending on certain timing conditions (provisioning failed once, next attempt currently running, PVC update arrives from API server) - Fix CSI translation issues with EBS, AzureFile and Cinder drivers - Producing storage capacity may have failed with the object has been modified errors - Fix topology translation during CSI migration for gce-pd, aws-ebs, cinder drivers
1 parent b23a782 commit 352aa6f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

deploy/kubernetes-1.18/hostpath/csi-hostpath-provisioner.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ spec:
2626
serviceAccountName: csi-provisioner
2727
containers:
2828
- name: csi-provisioner
29-
image: k8s.gcr.io/sig-storage/csi-provisioner:v2.1.0
29+
image: k8s.gcr.io/sig-storage/csi-provisioner:v2.1.1
3030
args:
3131
- -v=5
3232
- --csi-address=/csi/csi.sock

deploy/kubernetes-1.20/hostpath/csi-hostpath-provisioner.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ spec:
2626
serviceAccountName: csi-provisioner
2727
containers:
2828
- name: csi-provisioner
29-
image: k8s.gcr.io/sig-storage/csi-provisioner:v2.1.0
29+
image: k8s.gcr.io/sig-storage/csi-provisioner:v2.1.1
3030
args:
3131
- -v=5
3232
- --csi-address=/csi/csi.sock

deploy/kubernetes-distributed/hostpath/csi-hostpath-plugin.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ spec:
1414
serviceAccount: csi-provisioner
1515
containers:
1616
- name: csi-provisioner
17-
image: k8s.gcr.io/sig-storage/csi-provisioner:v2.1.0
17+
image: k8s.gcr.io/sig-storage/csi-provisioner:v2.1.1
1818
args:
1919
- -v=5
2020
- --csi-address=/csi/csi.sock

0 commit comments

Comments
 (0)