pulumi-eks icon indicating copy to clipboard operation
pulumi-eks copied to clipboard

Add support for gp3 storage class

Open lukebennett opened this issue 3 years ago • 2 comments

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.

lukebennett avatar Jan 19 '21 18:01 lukebennett

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

michael-barker avatar Jan 21 '21 15:01 michael-barker

Related to #750

stack72 avatar Jul 29 '22 14:07 stack72