-
Notifications
You must be signed in to change notification settings - Fork 1.8k
OCPBUGS-48234: added an xref to PriorityClass creation #91045
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
base: main
Are you sure you want to change the base?
Conversation
@sheriff-rh: This pull request references Jira Issue OCPBUGS-48234, 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. |
f373f63
to
2b06282
Compare
🤖 Tue Mar 25 15:02:20 - Prow CI generated the docs preview: |
2b06282
to
a820a37
Compare
@@ -27,4 +32,4 @@ include::modules/compliance-custom-scc.adoc[leveloffset=+1] | |||
[id="additional-resources_compliance-operator-advanced"] | |||
[role="_additional-resources"] | |||
== Additional resources | |||
* xref:../../../authentication/managing-security-context-constraints.adoc[Managing security context constraints] | |||
* xref:../../../authentication/managing-security-context-constraints.adoc[Managing security context constraints] |
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.
🤖 [error] OpenShiftAsciiDoc.XrefContainsAnchorID: The xref is missing an anchor ID.
@sheriff-rh: 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. |
@sheriff-rh: This pull request references Jira Issue OCPBUGS-48234, 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. |
@@ -8,6 +8,10 @@ | |||
|
|||
In large scale environments, the default `PriorityClass` object can be too low to guarantee Pods execute scans on time. For clusters that must maintain compliance or guarantee automated scanning, it is recommended to set the `PriorityClass` variable to ensure the Compliance Operator is always given priority in resource constrained situations. | |||
|
|||
.Prerequisites | |||
|
|||
* Optional: Create a `PriorityClass` object. See _Configuring priority and preemption_ in the _Additional Resources_ section for more information. |
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.
This feels like a naive question, but is there a way to link directly? Or is that against convention?
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.
Sadly, that is against convention at this time. Long story short, linking from modules breaks the docs build or the webpage or both.
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 one question to satisfy my own curiosity.
Ready for your review @xiaojiey, thank you. |
/label qe-approved |
Version(s):
4.12+
Issue:
https://issues.redhat.com/browse/OCPBUGS-48234
Link to docs preview:
Setting PriorityClass for ScanSetting scans
QE review:
Additional information:
None