awslabs / volume-modifier-for-k8s

Apache License 2.0
8 stars 12 forks source link

Is there a plan to migrate ModifyVolumeProperties to ControllerModifyVolume? #39

Open huchengze opened 8 hours ago

huchengze commented 8 hours ago

Since the ControllerModifyVolume in the CSI Spec is mature, is there a plan to migrate ModifyVolumeProperties to ControllerModifyVolume? This way, the CSI driver would not need to integrate modify_grpc separately.

torredil commented 2 hours ago

Hi @huchengze, the EBS CSI driver supports volume modification through the standardized CSI ControllerModifyVolume RPC: https://github.com/kubernetes-sigs/aws-ebs-csi-driver/blob/master/docs/modify-volume.md