-
Notifications
You must be signed in to change notification settings - Fork 508
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Since local-path-provisioner does not enforce capacity limitations, then I see no reason to throw errors in the event that someone changes the spec.capacity settings.
The following PR implements a partial fix that does away with the error messages. The remaining fix would be to simply update the PVC status to match the spec in a no-op function since it doesn't actually enforce or have to provision space.
Again since there is zero enforcement I see no reason to not simply set the setting that allows for volume expansion.
The error being only dynamically provisioned pvc can be resized and the storageclass that provisions the pvc must support resize
PR - #189
Other issues
danieldaeschle, f0reachARR, ekristen, lauchokyip, astorath and 21 more
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request