pulumi-eks
pulumi-eks copied to clipboard
ManagedNodeGroup misses capacityRebalance and replacementStrategy
Hello!
- Vote on this issue by adding a 👍 reaction
- If you want to implement this feature, comment to let us know (we'll work with you on design, scheduling, etc.)
Issue details
Currently i try to use a spot managed node group which auto balances itself to the lowest price. This should be possible with https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/spot-fleet-capacity-rebalance.html / https://docs.aws.amazon.com/autoscaling/ec2/userguide/ec2-auto-scaling-capacity-rebalancing.html . So setting capacityRebalance to lowest-price and replacementStrategy to launch-before-terminate.
Currently both are not settable via ManagedNodeGroup but can be set in AutoscalingGroups.
Affected area/feature
ManagedNodeGroup
I need this.