-
Notifications
You must be signed in to change notification settings - Fork 9.2k
New issue
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
resource/aws_eks_node_group: Add capacity_type argument and support multiple instance_types #16510
Conversation
…ultiple instance_types Output from acceptance testing (see #16146 for unrelated failure triage on the main branch): ``` --- FAIL: TestAccAWSEksNodeGroup_LaunchTemplate_Version (2588.15s) --- FAIL: TestAccAWSEksNodeGroup_ReleaseVersion (4116.90s) --- PASS: TestAccAWSEksNodeGroup_AmiType (1739.66s) --- PASS: TestAccAWSEksNodeGroup_basic (1263.54s) --- PASS: TestAccAWSEksNodeGroup_CapacityType_Spot (1397.33s) --- PASS: TestAccAWSEksNodeGroup_disappears (1359.08s) --- PASS: TestAccAWSEksNodeGroup_DiskSize (1284.23s) --- PASS: TestAccAWSEksNodeGroup_ForceUpdateVersion (5320.15s) --- PASS: TestAccAWSEksNodeGroup_InstanceTypes_Multiple (1232.97s) --- PASS: TestAccAWSEksNodeGroup_InstanceTypes_Single (1490.11s) --- PASS: TestAccAWSEksNodeGroup_Labels (1268.53s) --- PASS: TestAccAWSEksNodeGroup_LaunchTemplate_Id (1711.11s) --- PASS: TestAccAWSEksNodeGroup_LaunchTemplate_Name (1661.18s) --- PASS: TestAccAWSEksNodeGroup_RemoteAccess_Ec2SshKey (1292.95s) --- PASS: TestAccAWSEksNodeGroup_RemoteAccess_SourceSecurityGroupIds (1306.54s) --- PASS: TestAccAWSEksNodeGroup_ScalingConfig_DesiredSize (1189.50s) --- PASS: TestAccAWSEksNodeGroup_ScalingConfig_MaxSize (1358.88s) --- PASS: TestAccAWSEksNodeGroup_ScalingConfig_MinSize (1428.47s) --- PASS: TestAccAWSEksNodeGroup_Tags (1366.22s) --- PASS: TestAccAWSEksNodeGroup_Version (5252.66s) ```
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🎉
This has been released in version 3.19.0 of the Terraform AWS provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template for triage. Thanks! |
does it happen by design that this forces a re-creation of the EKS node group even if I don't set the value at all?
even if I inject the |
Hi @langesven, thanks for commenting here. Looks like we're tracking a similar issue here #16547 . In the example provided, are you upgrading from |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks! |
Community Note
Release note for CHANGELOG:
Output from acceptance testing (failure unrelated):