pulumi-eks
pulumi-eks copied to clipboard
Cluster(.node_root_volume_type) not passed launch configuration
trafficstars
Hello!
- Vote on this issue by adding a 👍 reaction
- To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already)
Issue details
When creating a new cluster using eks.Cluster(..., node_root_volume_type='gp3', ...) the volume type is not passed to the corresponding AWS Launch configuration.
Steps to reproduce
Expected: use gp3 as volume type in Launch Configuration Actual: uses gp2
Related to #750
Looks somewhat related to #784 too.