Skip to content

Commit 46c1b30

Browse files
authored
Merge pull request #82941 from StephenJamesSmith/TELCODOCS-1994
TELCODOCS-1994: Firmware search path is not automatically configured on OCP (KMM)
2 parents 78e1520 + 2dade08 commit 46c1b30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/kmm-example-module-cr.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ spec:
7474
----
7575
<1> Required.
7676
<2> Optional.
77-
<3> Optional: Copies `/firmware/*` into `/var/lib/firmware/` on the node.
77+
<3> Optional: Copies the contents of this path into the path specified in `worker.setFirmwareClassPath` (which is preset to `/var/lib/firmware`) of the `kmm-operator-manager-config` config map. This action occurs before `modprobe` is called to insert the kernel module.
7878
<4> Optional.
7979
<5> At least one kernel item is required.
8080
<6> For each node running a kernel matching the regular expression, KMM checks if you have included a tag or a digest. If you have not specified a tag or digest in the container image, then the validation webhook returns an error and does not apply the module.

0 commit comments

Comments
 (0)