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

Add support for diskType to NodeGroup and ManagedNodeGroup

Open Kurounin opened this issue 3 years ago • 2 comments

Affected feature

When creating a new NodeGroup or ManagedNodeGroup using createManagedNodeGroup there's no option to set the diskType (as seen here https://registry.terraform.io/modules/terraform-aws-modules/eks/aws/latest/submodules/node_groups). By adding the option I would like to start using gp3 volumes instead of gp2 for node instances.

Kurounin avatar Jul 05 '21 06:07 Kurounin

Yes! We need this, since we can select the amount of throughput and IOPS

gcaride avatar Sep 28 '21 18:09 gcaride

This would be really nice as it wil speed up my cluster significantly.

tma-unwire avatar Feb 18 '22 12:02 tma-unwire

This feature has been present for a while, but the issue wasn't closed. Fixed in #641.

roothorp avatar Nov 21 '22 15:11 roothorp