Add support for ModifyVolume
All the configuration options that can be changed later once created can be added to the VolumeAttributes class. Users will have more control to update these configurations whenever they want instead of using some CLI for modifying these parameters.
Specifically, this is about ControllerModifyVolume.
@Madhu-1, which parameters do you think can be mutable for CephFS, NFS and RBD?
For NFS the parameter to allow only certain IP-addresses to mount the volume could be modified.
Related Kubernetes feature: VolumeAttributesClass
Specifically, this is about
ControllerModifyVolume.@Madhu-1, which parameters do you think can be mutable for CephFS, NFS and RBD?
we need to take all the parameters in the storageclass and see what can be modified at runtime for the volumes, like for rbd imageFeatures etc.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in a week if no further activity occurs. Thank you for your contributions.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in a week if no further activity occurs. Thank you for your contributions.
This will be soon GA. one of the good candidate for next release
cc @nixpanic @Rakshith-R