We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
NodeGroup
ManagedNodeGroup
createManagedNodeGroup
The text was updated successfully, but these errors were encountered:
Yes! We need this, since we can select the amount of throughput and IOPS
Sorry, something went wrong.
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.
No branches or pull requests
Affected feature
When creating a new
NodeGroup
orManagedNodeGroup
usingcreateManagedNodeGroup
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.The text was updated successfully, but these errors were encountered: