-
Notifications
You must be signed in to change notification settings - Fork 579
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 taints for managed machine pools (backport) #2450
feat: add support for taints for managed machine pools (backport) #2450
Conversation
Whilst additional testing: /hold |
/retest |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: randomvariable The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Is this also good to go @richardcase ? |
/unhold |
The adds support for specifying taints on the AWSManagedMachinePool that will translate into taints being set on the nodes of the the EKS node group that is created. It also support updating the taints for a nodegroup. Signed-off-by: Richard Case <richard@weave.works>
Yes all good to go @sedefsavas |
/lgtm |
…ints_06 feat: add support for taints for managed machine pools (backport)
What type of PR is this?
/kind feature
What this PR does / why we need it:
This adds support for specifying taints on the
AWSManagedMachinePool
that will translate into taints being set on the nodes of the the EKS node group that is created.It also supports updating the taints for a node group.
This is a backport of #2405
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):Relates #2399
Special notes for your reviewer:
Checklist:
Release note: