Add taints support to AWSManagedMachinePool #2399
Labels
area/provider/eks
Issues or PRs related to Amazon EKS provider
good first issue
Denotes an issue ready for a new contributor, according to the "help wanted" guidelines.
help wanted
Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.
kind/feature
Categorizes issue or PR as related to a new feature.
lifecycle/active
Indicates that an issue or PR is actively being worked on by a contributor.
priority/important-soon
Must be staffed and worked on either currently, or very soon, ideally in time for the next release.
Milestone
/kind feature
/area provider/eks
/priority important-soon
/milestone v0.7.0
/help
/good-first-issue
Describe the solution you'd like
EKS managed nodegroups supports node taints and we should add support for this to CAPA and expose this via
AWSManagedMachinePool
.Anything else you would like to add:
We need to handle this for both creation and update of a EKS node pool.
The AWS SDK will need to be updated so that the CreateNodeGroup and UpdateNodegroupConfig have the taints field available on the input
Environment:
The text was updated successfully, but these errors were encountered: