-
Notifications
You must be signed in to change notification settings - Fork 9.8k
Closed
Labels
enhancementRequests to existing resources that expand the functionality or scope.Requests to existing resources that expand the functionality or scope.service/eksIssues and PRs that pertain to the eks service.Issues and PRs that pertain to the eks service.
Milestone
Description
Community Note
- Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
- Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
- If you are interested in working on this issue or have submitted a pull request, please leave a comment
Description
Previously requested in 12780 but closed as no coverage in the API. As of 11/05/21 this is now supported. Changelog.
New or Affected Resource(s)
- aws_eks_node_group
Potential Terraform Configuration
taints resource block that can be specified 0 to n times:
taints {
key = "Name of taint"
value = "Value of taint"
effect = "NO_SCHEDULE"|"NO_EXECUTE"|"PREFER_NO_SCHEDULE"
}
References
okhorievcorgi, oleksiikhoriev, jfoechsler, julienvincent, kamilhristov and 35 more
Metadata
Metadata
Assignees
Labels
enhancementRequests to existing resources that expand the functionality or scope.Requests to existing resources that expand the functionality or scope.service/eksIssues and PRs that pertain to the eks service.Issues and PRs that pertain to the eks service.