Skip to content

[Feature] Add IO2 volumeType support #7905

@mylesw42

Description

@mylesw42

What feature/behavior/change do you want?

I attempted to create a cluster with IO2 volumeType using the following parameters, but the managed nodegroup cloudformation stack fails.

additionalVolumes:
- volumeName: '/dev/sdi' # required
volumeSize: 500
volumeType: 'io2'
volumeIOPS: 3000

After looking through the API, and history of issues, I noticed that only IO1 is supported.

When I adjust the volumeType to 'io1', the managed nodegroup is created successfully.

Why do you want this feature?

Some clusters may want to have IO2 as additional volumes to their managed node groups.

Metadata

Metadata

Assignees

No one assigned

    Labels

    kind/featureNew feature or requestpriority/important-longtermImportant over the long term, but may not be currently staffed and/or may require multiple releases

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions