Open albertmatyi opened 2 months ago
I have just performed the migration today and it was pretty straightforward. Since this module is installing the official aws-ebs-csi-driver, this uninstall section applies here as well. You just need to use terraform to destroy the installed EBS CSI driver and any dependencies this module created. After that, you just need to install the EKS addon. Just keep in mind that during the time window between the deletion of this module, and the installation of the EKS addon, it will not be possible to create new PVC or attach any volumes to new pods. I can confirm that the existing PVCs and PVs were not affected by the migration.
I am using the following configuration applied via terraform:
How can one migrate to the official plugin and still maintain currently created ebs volumes/tags/etc. ?