Skip to content

Commit

Permalink
deploy: enable featuregate for volume expansion recovery
Browse files Browse the repository at this point in the history
The enabled feature gates helps us to recover from volume expansion
failure.

Signed-off-by: Praveen M <[email protected]>
  • Loading branch information
iPraveenParihar committed Nov 23, 2023
1 parent aa55317 commit e086f9e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deploy/nfs/kubernetes/csi-nfsplugin-provisioner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ spec:
- "--leader-election"
- "--retry-interval-start=500ms"
- "--handle-volume-inuse-error=false"
- "--feature-gates=RecoverVolumeExpansionFailure=true"
env:
- name: ADDRESS
value: unix:///csi/csi-provisioner.sock
Expand Down

0 comments on commit e086f9e

Please sign in to comment.