pulumi-eks
pulumi-eks copied to clipboard
Add support for gp3 storage class
Are there any plans to support the new gp3 storage class that AWS made available last month? It's currently missing from https://github.com/pulumi/pulumi-eks/blob/master/nodejs/eks/storageclass.ts#L23 and I can't see any other issues about it.
I was looking into this recently and it doesn't seem that the standard provisioner has support for gp3. The EBS CSI driver is necessary to provision gp3 volumes.
https://github.com/aws/containers-roadmap/issues/1187
Related to #750