Skip to content
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

Add support for taints and spot instances for node groups #815

Closed
rotemjac opened this issue Aug 23, 2021 · 1 comment · Fixed by #858
Closed

Add support for taints and spot instances for node groups #815

rotemjac opened this issue Aug 23, 2021 · 1 comment · Fixed by #858

Comments

@rotemjac
Copy link

What resource do you need?

Support for taints and spot instances in EKS node group.

What is your use case?

Simple EKS deployment with Taints for my database layer and Spot instances for cost saving.

Relevant links:

AWS:
https://docs.aws.amazon.com/eks/latest/userguide/node-taints-managed-node-groups.html
https://aws.amazon.com/getting-started/hands-on/amazon-eks-with-spot-instances/

Terraform:
https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/eks_node_group#taint-configuration-block
https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/eks_node_group#capacity_type

@janwillies
Copy link
Contributor

this depends on #383 as the eks controller is not yet code generated

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants