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
I can't find any documentation to be able to support multiple autoscaling groups for a single pod with priority. The use case is to attempt scale up with spot instances (Spot ASG) and if that fails (lack of capacity), have a fallback ASG (On-Demand). I see the work at #2235 but can't conceptualize the relationship to the pod config and how cluster-autoscaler works.
Would having:
Two AWS AutoScaling Groups, with near-identical Launch templates except for the spot config.
I can't find any documentation to be able to support multiple autoscaling groups for a single pod with priority. The use case is to attempt scale up with spot instances (Spot ASG) and if that fails (lack of capacity), have a fallback ASG (On-Demand). I see the work at #2235 but can't conceptualize the relationship to the pod config and how cluster-autoscaler works.
Would having:
Two AWS AutoScaling Groups, with near-identical Launch templates except for the spot config.
and this Affinity spec work?
The text was updated successfully, but these errors were encountered: