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
Is your request related to a problem? Please describe.
You cannot modify instance types on managed node groups if you are not using a provided AWS Launch Template. It appears we just need to move the instance_type spec from the MNG to the launch template.
Describe the solution you'd like.
Set the instance_types through Launch template instead of on the managed_node_group config.
Describe alternatives you've considered.
The alternative is to require users to create new MNGs and manually migrate their workloads when they must change them.
Additional context
It appears the main drawback of this is that you cannot specify multiple instance types when setting instance_type through the launch template. That may be undesirable for some users, though I don't think it's generally recommended to have multiple instance sizes in MNGs (or self-managed-node-groups) since then the Autoscaler will not know what size instance it is going to launch.
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 have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
Is your request related to a problem? Please describe.
You cannot modify instance types on managed node groups if you are not using a provided AWS Launch Template. It appears we just need to move the instance_type spec from the MNG to the launch template.
Describe the solution you'd like.
Set the instance_types through Launch template instead of on the managed_node_group config.
Describe alternatives you've considered.
The alternative is to require users to create new MNGs and manually migrate their workloads when they must change them.
Additional context
It appears the main drawback of this is that you cannot specify multiple instance types when setting instance_type through the launch template. That may be undesirable for some users, though I don't think it's generally recommended to have multiple instance sizes in MNGs (or self-managed-node-groups) since then the Autoscaler will not know what size instance it is going to launch.
aws/containers-roadmap#746
aws/containers-roadmap#585
The text was updated successfully, but these errors were encountered: