You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ eksctl create nodegroup -f eksctl-NVME-AL2023.yaml
Error: couldn't create node group filter from command line options: loading config file "eksctl-NVME-AL2023.yaml": json: cannot unmarshal number into Go struct field LaunchTemplate.managedNodeGroups.launchTemplate.version of type string
Why do you want this feature?
A LaunchTemplate only supports just one InstanceType , therefore having it in the MNG as an instance override is the only way to have instance diversification which helps to avoid running into InsufficientInstanceCapacity errors.
The text was updated successfully, but these errors were encountered:
What feature/behavior/change do you want?
Currently trying to create a managed node group (MNG) with custom LaunchTemplate and instanceTypes like this
leads to the following error
$ eksctl create nodegroup -f eksctl-NVME-AL2023.yaml Error: couldn't create node group filter from command line options: loading config file "eksctl-NVME-AL2023.yaml": json: cannot unmarshal number into Go struct field LaunchTemplate.managedNodeGroups.launchTemplate.version of type string
Why do you want this feature?
A LaunchTemplate only supports just one InstanceType , therefore having it in the MNG as an instance override is the only way to have instance diversification which helps to avoid running into InsufficientInstanceCapacity errors.
The text was updated successfully, but these errors were encountered: