-
Notifications
You must be signed in to change notification settings - Fork 547
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for ModifyVolume #4662
Comments
Specifically, this is about @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 |
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. |
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.
The text was updated successfully, but these errors were encountered: