-
Notifications
You must be signed in to change notification settings - Fork 584
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
Spot Instance Support for AWSManagedMachinePool #2523
Comments
The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
/remove-lifecycle stale |
/priority important-soon |
/triage accapted |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
/lifecycle frozen |
Spot Instance support is already available with AWSManagedMachinePool + MachinePool flavor (EKS cluster) by specifying apiVersion: infrastructure.cluster.x-k8s.io/v1beta1
kind: AWSManagedMachinePool
metadata:
name: eks-pool-0
spec:
capacityType: spot
... What are remaining tasks for the issue? (I may lack context on this, hence asking) |
Correct me if I am wrong but I think this is the ask here. |
After reading the proposal, I am still not clear what else is needed for spot instance support in EKS managed node group case (with AWSManagedMachinePool). Could you help elaborate, @Ankitasw? |
/retitle Spot Instance Support for AWSManagedMachinePool |
We discussed spot instance support in CAPA during 6/13/22 office hr. Decided to create a new issue for AWSMachinePool spot instance support. |
I will create a PR to update spot instance doc with AWSManagedMachinePool. |
/kind feature
Describe the solution you'd like
I'd like to use AWSManagedMachinePool / MachinePool with spot instances.
Environment:
kubectl version
): v1.19/etc/os-release
): amazon linux 2The text was updated successfully, but these errors were encountered: