-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,9 +24,9 @@ $ depmod -b /opt ${KERNEL_FULL_VERSION}+`. | |
---- | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. It should be There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Hi @StephenJamesSmith, that doesn't sound right, if you are passing |
||
|
||
[id="example-dockerfile_{context}"] | ||
== Example Dockerfile | ||
|
||
If you are building your image on {product-title}, consider using the Driver Tool Kit (DTK). | ||
.Example Dockerfile | ||
==== | ||
If you are building your image on {product-title}, consider using the Driver Toolkit (DTK). | ||
|
||
For further information, see link:https://cloud.redhat.com/blog/how-to-use-entitled-image-builds-to-build-drivercontainers-with-ubi-on-openshift[using an entitled build]. | ||
|
||
|
@@ -52,3 +52,4 @@ data: | |
COPY --from=builder /usr/src/kernel-module-management/ci/kmm-kmod/kmm_ci_b.ko /opt/lib/modules/${KERNEL_FULL_VERSION}/ | ||
RUN depmod -b /opt ${KERNEL_FULL_VERSION} | ||
---- | ||
==== |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -54,5 +54,4 @@ spec: | |
selector: | ||
kubernetes.io/arch: amd64 | ||
---- | ||
|
||
<1> `modprobe` - The name of the kmod to load. |
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.SuggestAttribute: Use the AsciiDoc attribute '{rh-rhacm}' rather than the plain text product term 'RHACM', unless your use case is an exception.