-
Notifications
You must be signed in to change notification settings - Fork 1.8k
OCPBUGS-31318: Fixing xref #82326
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
OCPBUGS-31318: Fixing xref #82326
Conversation
@rohennes: This pull request references Jira Issue OCPBUGS-31318, which is invalid:
Comment The bug has been updated to refer to the pull request using the external bug tracker. In 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 openshift-eng/jira-lifecycle-plugin repository. |
🤖 Wed Sep 25 13:11:24 - Prow CI generated the docs preview: |
@rohennes: This pull request references Jira Issue OCPBUGS-31318, which is invalid:
Comment In 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 openshift-eng/jira-lifecycle-plugin repository. |
/label peer-review-needed |
FAO: Peer reviewer, please see additional info in description, thanks! |
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!
/label merge-review-needed |
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.
These don't quite conform to guidelines, but the fixes are straightforward :)
/remove-label merge-review-in-progress
/remove-label merge-review-needed
---- | ||
|
||
For more information, see link:https://access.redhat.com/documentation/en-us/openshift_container_platform/4.5/html-single/nodes/index#nodes-scheduler-node-selectors[Placing pods on specific nodes using node selectors]. | ||
For more information, see _Placing pods on specific nodes using node selectors_ in the _Additional resources_ section. |
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.
Per guidelines
For more information, see _Placing pods on specific nodes using node selectors_ in the _Additional resources_ section. | |
For more information, see _Placing pods on specific nodes using node selectors_. |
* For more information about recommended firmware configuration, see xref:../scalability_and_performance/ztp_far_edge/ztp-vdu-validating-cluster-tuning.adoc#ztp-du-firmware-config-reference_vdu-config-ref[Recommended firmware configuration for vDU cluster hosts]. | ||
* For more information about assigning a node selector, see xref:../nodes/scheduling/nodes-scheduler-node-selectors.adoc#nodes-scheduler-node-selectors[Placing pods on specific nodes using node selectors]. |
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.
Better to fix the existing incorrect format here than propagate it :)
* For more information about recommended firmware configuration, see xref:../scalability_and_performance/ztp_far_edge/ztp-vdu-validating-cluster-tuning.adoc#ztp-du-firmware-config-reference_vdu-config-ref[Recommended firmware configuration for vDU cluster hosts]. | |
* For more information about assigning a node selector, see xref:../nodes/scheduling/nodes-scheduler-node-selectors.adoc#nodes-scheduler-node-selectors[Placing pods on specific nodes using node selectors]. | |
* xref:../scalability_and_performance/ztp_far_edge/ztp-vdu-validating-cluster-tuning.adoc#ztp-du-firmware-config-reference_vdu-config-ref[Recommended firmware configuration for vDU cluster hosts] | |
* xref:../nodes/scheduling/nodes-scheduler-node-selectors.adoc#nodes-scheduler-node-selectors[Placing pods on specific nodes using node selectors] |
6782fef
to
424e474
Compare
@jeana-redhat - thanks as always, I made those changes. /label merge-review-needed |
@rohennes: all tests passed! Full PR test history. Your PR dashboard. 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-sigs/prow repository. I understand the commands that are listed here. |
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.
Just have one question, once that's answered I can either merge as-is or wait for you to update the PR first
@rohennes: Jira Issue OCPBUGS-31318 is in an unrecognized state (MODIFIED) and will not be moved to the MODIFIED state. In 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 openshift-eng/jira-lifecycle-plugin repository. |
OCPBUGS-31318: Fixing xref
Version(s):
4.13
Issue:
https://issues.redhat.com/browse/OCPBUGS-31318
Link to docs preview:
https://82326--ocpdocs-pr.netlify.app/openshift-enterprise/latest/scalability_and_performance/cnf-low-latency-tuning.html#node-tuning-operator-assigning-proper-node-selector_cnf-master
Additional information:
Typo, no QE.
This only effects 4.13 and 4.12. This module does not exist in later versions. So I am making the fix directly in the 4.13 branch. Is this ok? And can it be backported to 4.12 or do I need a separate PR? Thanks!