Skip to content
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

Merged
merged 1 commit into from
Jun 4, 2021
Merged

feat: add support for taints for managed machine pools (backport) #2450

merged 1 commit into from
Jun 4, 2021

Conversation

richardcase
Copy link
Member

@richardcase richardcase commented Jun 1, 2021

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:

  • squashed commits

Release note:

Taints supported on EKS node groups created via AWSManagedMachinePool 

@k8s-ci-robot k8s-ci-robot added release-note Denotes a PR that will be considered when it comes time to generate release notes. kind/feature Categorizes issue or PR as related to a new feature. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. labels Jun 1, 2021
@k8s-ci-robot k8s-ci-robot requested review from dthorsen and vincepri June 1, 2021 09:03
@k8s-ci-robot k8s-ci-robot added the size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files. label Jun 1, 2021
@richardcase
Copy link
Member Author

Whilst additional testing:

/hold

@k8s-ci-robot k8s-ci-robot added the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Jun 1, 2021
@richardcase
Copy link
Member Author

/retest

@randomvariable
Copy link
Member

/approve

@k8s-ci-robot
Copy link
Contributor

[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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Jun 2, 2021
@sedefsavas
Copy link
Contributor

Is this also good to go @richardcase ?

@richardcase
Copy link
Member Author

/unhold

@k8s-ci-robot k8s-ci-robot removed the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Jun 3, 2021
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>
@richardcase
Copy link
Member Author

Is this also good to go @richardcase ?

Yes all good to go @sedefsavas

@sedefsavas
Copy link
Contributor

/lgtm

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Jun 4, 2021
@k8s-ci-robot k8s-ci-robot merged commit 241afd8 into kubernetes-sigs:release-0.6 Jun 4, 2021
richardchen-db pushed a commit to databricks/cluster-api-provider-aws-1 that referenced this pull request Jan 14, 2023
…ints_06

feat: add support for taints for managed machine pools (backport)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. kind/feature Categorizes issue or PR as related to a new feature. lgtm "Looks good to me", indicates that a PR is ready to be merged. release-note Denotes a PR that will be considered when it comes time to generate release notes. size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants