-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
feat: Add support for Managed Node Groups (node_groups
) taints
#1424
feat: Add support for Managed Node Groups (node_groups
) taints
#1424
Conversation
f20a63d
to
bf9ed60
Compare
node_groups
) taints
bf9ed60
to
dce64ae
Compare
Thanks again @nauxliu for your contribution. |
@barryib any idea when is this merge getting released? thank you :) |
+1 ^ |
Just released it in v17.1.0 |
I'm going to lock this pull request 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 related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
Description
Add support for set taints on managed node groups, Resolve #1403
Ref:
https://docs.aws.amazon.com/eks/latest/userguide/node-taints-managed-node-groups.html
https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/eks_node_group#taint-configuration-block
Checklist