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

Cluster(.node_root_volume_type) not passed launch configuration

Open tma-unwire opened this issue 3 years ago • 2 comments
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

tma-unwire avatar Apr 07 '22 08:04 tma-unwire

Related to #750

stack72 avatar Jul 29 '22 14:07 stack72

Looks somewhat related to #784 too.

markfickett avatar Jan 11 '23 21:01 markfickett