Skip to content

Support for taints on EKS Managed NodeGroup (aws_eks_node_group) #19310

@petewilcock

Description

@petewilcock

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementRequests to existing resources that expand the functionality or scope.service/eksIssues and PRs that pertain to the eks service.

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions