Skip to content

Commit

Permalink
fix(csi): update CSI external provisioner to 2.1.1
Browse files Browse the repository at this point in the history
Bug or Regression:
* 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
  • Loading branch information
Jan Kryl committed Mar 11, 2021
1 parent 4416136 commit 6bb71e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion chart/templates/moac-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
serviceAccount: moac
containers:
- name: csi-provisioner
image: quay.io/k8scsi/csi-provisioner:v2.1.0
image: quay.io/k8scsi/csi-provisioner:v2.1.1
args:
- "--v=2"
- "--csi-address=$(ADDRESS)"
Expand Down
2 changes: 1 addition & 1 deletion deploy/moac-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
serviceAccount: moac
containers:
- name: csi-provisioner
image: quay.io/k8scsi/csi-provisioner:v2.1.0
image: quay.io/k8scsi/csi-provisioner:v2.1.1
args:
- "--v=2"
- "--csi-address=$(ADDRESS)"
Expand Down

0 comments on commit 6bb71e3

Please sign in to comment.