Skip to content

Commit

Permalink
nfs: enable featuregate for volume expansion recovery
Browse files Browse the repository at this point in the history
The commit enables the featuregate for volume expansion recovery
in NFS.

Signed-off-by: Praveen M <[email protected]>
  • Loading branch information
iPraveenParihar authored and mergify[bot] committed Nov 23, 2023
1 parent ec29ec1 commit 7e26251
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 7e26251

Please sign in to comment.