mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-06-13 02:33:34 +00:00
deploy: add resize support to NFS-provisioner deployment
Resizing is handled by the csi-resizer container, which needs to run in the provisioner Pod. In addition to the container, the StorageClass also needs to allow volume expansion. Signed-off-by: Niels de Vos <ndevos@redhat.com>
This commit is contained in:
committed by
mergify[bot]
parent
36e51402cb
commit
891a840aa6
@ -46,4 +46,4 @@ parameters:
|
||||
volumeNamePrefix: nfs-export-
|
||||
|
||||
reclaimPolicy: Delete
|
||||
allowVolumeExpansion: false
|
||||
allowVolumeExpansion: true
|
||||
|
Reference in New Issue
Block a user