-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature Request] Spot for Managed Node Groups #1107
Comments
This is not yet available in EKS. AWS is working on it. From aws/containers-roadmap#583, it sounds like the feature is coming soon. |
Updating that spot for managed node groups has just been released! Would be cool if this gets supported. Here's the blog post: https://aws.amazon.com/blogs/containers/amazon-eks-now-supports-provisioning-and-managing-ec2-spot-instances-in-managed-node-groups/ |
I've tweaked the module locally and think I could propose a change.
@antonbabenko let me know if you'd like me to submit a PR. |
FWIW, it seems that if you're using a Launch Template (custom userdata) and a Managed Node Group, you still can't request Spot instances that way. |
I'm on the latest version of the |
Was it a pool of mixed spot & ondemand? I realised my experience is about a mixed pool of both in the same node group. |
I only tried with spot. For what it's worth, an eks managed node group can either have a capacity type of
Source https://docs.aws.amazon.com/eks/latest/userguide/create-managed-node-group.html |
Excited about using spot on managed node groups. Would be great to be able to configure this using this module soon! |
I'm kinda stuck at this point as well; I'd love to be able to setup managed nodegroups with SPOT. Any idea when we might get a PR on this? I'd like to help contribute as well as soon as I'm comfortable with golang! |
I have a working version. I can submit a PR for review tomorrow.
…On Mon, Dec 21, 2020, 8:56 PM joelfogue ***@***.***> wrote:
I'm kinda stuck at this point as well; I'd love to be able to setup
managed nodegroups with SPOT. Any idea when we might get a PR on this? I'd
like to help contribute as well as soon as I'm comfortable with golang!
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#1107 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AABO544AP2ZUTVQ46YA63ATSV74EZANCNFSM4T2UBTIQ>
.
|
Sorry. Closed by mistake. Reopened. |
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. |
I have issues
The documentation shows an example of how to create a spot fleet using a workergroup launch template.
Is it possible to do the same as a nodeGroup instead ?
I'm submitting a...
What is the current behavior?
The documentation shows how to create a spot fleet using launch templates.
What's the expected behavior?
I'd like to have a nodegroup that manages a spot fleet instead, so it appears in the EKS console or when I do
aws eks list-nodegroups
Environment details
The text was updated successfully, but these errors were encountered: