Closed AndrewSirenko closed 2 months ago
This PR does not change the code coverage
/retest
/lgtm Thanks for updating the docs Drew
@ElijahQuinones: changing LGTM is restricted to collaborators
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: ConnorJC3
The full list of commands accepted by this bot can be found here.
The pull request process is described here
Is this a bug fix or adding new feature? Update
What is this PR about? / Why do we need it?
The current ModifyVolume example will not work with aws-ebs-csi-driver version >= v1.35.0 due to the VolumeAttributesClass object upgrading to v1beta1 in Kubernetes v1.31 and external sidecars.
Also decreased volume size and iops to be more frugal.
Am open to updating
modify-volume.md
further to remove steps that are no longer relevant for aws-ebs-csi-driver >= 1.35.0 (i.e. adding feature gate on sidecars manually instead of relying on our helm chart)What testing is done? Going through example manually