Closed
Description
Is your feature request related to a problem?/Why is this needed
VolumeNameTagKey
is used as tag when creating EBS volume. It is used to implement idempotency when creating a new volume the key is used to check if the volume is already created.
The current key is com.amazon.aws.csi.volume
. This is the old driver name which is unnecessarily named this way. We could rename the key to be CSIVolumeName
to align it to our design
/cc @jsafrane
Metadata
Assignees
Labels
No labels