Skip to content

Updated KMM Operator modules to pass DITA validation #96020

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jhradilek
Copy link
Contributor

@jhradilek jhradilek commented Jul 11, 2025

Version(s): 4.19

Issue: N/A

Link to docs preview:

QE review:

  • QE has approved this change.

Additional information:
This pull request addresses all issues reported by the AsciiDocDITA vale style as well as additional errors discovered during test conversion.

@openshift-ci openshift-ci bot added the size/L Denotes a PR that changes 100-499 lines, ignoring generated files. label Jul 11, 2025
You can install KMM on the spokes cluster through a RHACM `Policy` object. In addition to installing KMM from the OperatorHub and running it in a lightweight spoke mode, the `Policy` configures additional RBAC required for the RHACM agent to be able to manage `Module` resources.

.Procedure

* Use the following RHACM policy to install KMM on spoke clusters:
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤖 [error] OpenShiftAsciiDoc.SuggestAttribute: Use the AsciiDoc attribute '{rh-rhacm}' rather than the plain text product term 'RHACM', unless your use case is an exception.

== Example Dockerfile

.Example Dockerfile
====
If you are building your image on {product-title}, consider using the Driver Tool Kit (DTK).
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤖 [error] RedHat.TermsErrors: Use 'toolkit' rather than 'Tool Kit'. For more information, see RedHat.TermsErrors.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Correct term is "Driver Toolkit (DTK)"

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you. Not a line I initially touched, but fixed.

@@ -24,8 +24,8 @@ $ depmod -b /opt ${KERNEL_FULL_VERSION}+`.
----
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The code on the previous line looks off to me, I checked the revision history and the characters at the end look like a fragment from when it was formatted as inline code. I believe it should be as follows:

$ depmod -b /opt ${KERNEL_FULL_VERSION}

Can somebody confirm this? If so, I can fix it as part of this PR.

Copy link
Contributor

@StephenJamesSmith StephenJamesSmith Jul 15, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It should be $ depmod -b /opt ${KERNEL_FULL_VERSION}+.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @StephenJamesSmith, that doesn't sound right, if you are passing depmod a specific version, according to the manual page the + symbol has no special meaning and will just register as an invalid kernel version. I checked the older documentation prior to moving this command from inline code to a dedicated code block and it confirms my understanding. Could you please look one more time?

@StephenJamesSmith
Copy link
Contributor

LGTM

Copy link

openshift-ci bot commented Jul 15, 2025

@jhradilek: 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size/L Denotes a PR that changes 100-499 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants