-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Add the tolerations for monitoring components section #16575
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
Conversation
|
@ahardin-rh Hi, could you please review this? |
2ad5f18 to
b796958
Compare
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.
s/Make sure/Ensure
|
@rh-max Just one minor comment from me. 👍 Once you submit a fix, please squash all commits into one and I will merge and cherry-pick. 🚀 |
Try to fix an internal reference Change the toleration example to a less confusing one Try to fix an xref
cfb2a98 to
e7c62a8
Compare
|
@ahardin-rh Let me reject the suggestion, I use "Make sure" consistently throughout monitoring and changing it to "Ensure" everywhere wouldn't work from the grammar standpoint in some cases. And they mean the same thing, although "Ensure" is more formal. |
|
@rh-max Works for me. Thanks! |
|
@ahardin-rh You merged before I finish the comment :) Let me know if you insist on the ^ suggestion. |
|
/cherrypick enterprise-4.2 |
|
@ahardin-rh: new pull request created: #16745 DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
@ahardin-rh Great! |
| + | ||
| Substitute `<component>` and `<toleration specification>` accordingly. | ||
| + | ||
| For example, a `kubectl taint nodes node1 key1=value1:NoSchedule` taint prevents the scheduler from placing pods in `foo: bar`. To make the `alertmanagerMain` component ignore that taint and to place `alertmanagerMain` in `foo: bar` normally, use this toleration: |
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.
kubectl taint nodes node1 key1=value1:NoSchedule
=>
oc adm taint nodes node1 key1=value1:NoSchedule
prevents the scheduler from placing pods in foo: bar
=>
prevents the scheduler from placing pods in foo: bar node
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.
Implemented in #16978.
No description provided.