This repository has been archived by the owner on Jun 29, 2022. It is now read-only.
AWS EBS CSI Driver volume expansion does not work #1464
Labels
area/storage
Issues related to Storage components OpenEBS and Rook Ceph
bug
Something isn't working
platform/aws
AWS-related
AWS EBS CSI Driver volume expansion does not work
I have deployed the CSI driver with the following configuration:
PVC is created by the default storage class
ebs-sc
:But when I try to resize the PVC created by the default storage class I get the following error:
I changed the size from 100Gi to 200Gi and I saw above error. So it turns out that the storage class is deployed without the field:
allowVolumeExpansion: true
despite the lokocfg fieldenable_volume_resizing
inaws-ebs-csi-driver
.The text was updated successfully, but these errors were encountered: