pulumi-eks
pulumi-eks copied to clipboard
Add support for diskType to NodeGroup and ManagedNodeGroup
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.
Yes! We need this, since we can select the amount of throughput and IOPS
This would be really nice as it wil speed up my cluster significantly.
This feature has been present for a while, but the issue wasn't closed. Fixed in #641.