terraform-aws-modules/terraform-aws-eks

Use Custom Node pools for EKS Auto Mode on existing Clusters

Closed this issue ยท 0 comments

Is your request related to a new offering from AWS?

Is this functionality available in the AWS provider for Terraform? See CHANGELOG.md, too.

  • No ๐Ÿ›‘: please wait to file a request until the functionality is available in the AWS provider
  • Yes โœ…: please list the AWS provider version which introduced this functionality

v5.80.0

Is your request related to a problem? Please describe.

  • I am trying to enable eks auto mode on existing cluster
  • However atm cluster_compute_config only allows general-purpose, system as node pools value
  • i need to create custom nodepool becuse as per this issue, its not possible opt in Auto mode for existing cluster if we use general-purpose, system as built in nodepools

Describe the solution you'd like.

  • until the issue issue is fixed or when i need to use custom nodepool eks auto should support custom node pools

Describe alternatives you've considered.

Additional context