-
-
Notifications
You must be signed in to change notification settings - Fork 134
Open
Labels
bugπ An issue with the systemπ An issue with the system
Description
Describe the Bug
I'm trying to deploy a nodegroup with Bottlerocket AMI following the documentation:
The EKS AMI "release version" to use.
[...]
Examples:
[---]
Bottlerocket: 1.2.0 or 1.2.0-ccf1b754
I tried with ami_release_version = ["1.34.0"] but I've got this error:
Error: creating EKS Node Group (cluster-noprod:autoscalers-br-workers-hen): operation error EKS: CreateNodegroup, https response error StatusCode: 400, RequestID: xxxxxxxxxxxxxx, InvalidParameterException: Requested release version 1.34.0 is not valid for kubernetes version 1.32.
It works with ami_release_version = ["1.34.0-18d04e52"]
Expected Behavior
Nodegroup can be deploy with shorted version.
Steps to Reproduce
Deploy with ami_release_version = ["1.34.0"]
Screenshots
No response
Environment
- EKS 1.32
- Terraform 1.11
- Module in v3.3.0
Additional Context
No response
alexkivars
Metadata
Metadata
Assignees
Labels
bugπ An issue with the systemπ An issue with the system