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
Hi there ✋
I tried to set new ASG's launch template option to "Combine purchase options and instances". But it failed to scale up due to the missing instance type. Isn't this option supported yet?
E0202 02:39:04.817953 1 utils.go:274] Unable to build proper template node for foo-bar: Unable to get instance type from launch config or launch template
E0202 02:39:04.817967 1 static_autoscaler.go:312] Failed to scale up: failed to build node infos for node groups: Unable to get instance type from launch config or launch template
This is not supported yet. We need to consider price model for long time at this moment since the way fleet abstract is different from the nodegroup abstract in the past.
Fleet support OnDemand/ Spot and different node flavors in one node group. Currenctly, ca use node group to differentiate node flavors.
In this case, CA does support multi node groups, If you want to use that way, please just create one ASG for one type of node. As I know, user create one for OnDemand and one for Spot. Enable scaling down to 0 for Spot ASG and always keep few nodes for OnDemand.
Closing in favour of the issues mentioned by @Jeffwan. Thanks!
/close
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.
Hi there ✋
I tried to set new ASG's launch template option to "Combine purchase options and instances". But it failed to scale up due to the missing instance type. Isn't this option supported yet?
https://aws.amazon.com/about-aws/whats-new/2018/11/scale-instances-across-purchase-options-in-a-single-ASG/?nc1=h_ls
The text was updated successfully, but these errors were encountered: