-
Notifications
You must be signed in to change notification settings - Fork 6
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
Implement tolerations for machines and volumes and taints for pools #279
Conversation
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.
Please rework.
Also take a look at Pod
s + Node
s with taints / tolerations in your local cluster (e.g. kind
) to understand the concept of taints / tolerations.
…onmetal-api into 278_implement_taint_tolerations
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.
Some minor things, plz fix then we can merge 👍
Proposed Changes
Fixes #278