-
Notifications
You must be signed in to change notification settings - Fork 39.8k
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
kubeadm: Fix the tainting of the master node #45376
Conversation
Removing label |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dmmcquay, luxas
Needs approval from an approver in each of these OWNERS Files:
You can indicate your approval by writing |
Automatic merge from submit-queue (batch tested with PRs 45309, 45376) |
/lgtm |
Commit found in the "release-1.6" branch appears to be this PR. Removing the "cherrypick-candidate" label. If this is an error find help to get your PR picked. |
What this PR does / why we need it:
Currently, kubeadm unintentionally removes Taints set with the kubelet flag
--register-with-taints
when creating a new Taint slice instead of appening the existing one. This PR fixes that behavior.Which issue this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close that issue when PR gets merged): fixes #Special notes for your reviewer:
This should be a cherrypick candidate for v1.6 cc @enisoc
Release note:
@jbeda @dmmcquay @mikedanese @krousey PTAL, very straightforward PR