-
Notifications
You must be signed in to change notification settings - Fork 557
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
chore: add custom node taints #7987
Conversation
There is also talos/internal/integration/api/node-labels.go Lines 67 to 126 in dbaf5c6
|
yes, absolutely, probably another test which will be very similar |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm, just need the integration test!
d481ccc
to
6e9fc51
Compare
11ea8f7
to
baeea95
Compare
This PR adds support for custom node taints. Refer to `nodeTaints` in the `configuration` for more information. Closes siderolabs#7581 Signed-off-by: Dmitriy Matrenichev <[email protected]>
/m |
This PR adds support for custom node taints. Refer to
nodeTaints
in theconfiguration
for more information.Closes #7581