Skip to content

Commit 31c252f

Browse files
authored
Merge pull request #95314 from openshift-cherrypick-robot/cherry-pick-95119-to-enterprise-4.20
[enterprise-4.20] TELCODOCS-2344: cp binary in kmod image
2 parents c8cdfdd + d2a0230 commit 31c252f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

modules/kmm-creating-kmod-image.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,5 @@ Keep the following in mind when working with the `.ko` files:
1313

1414
* In most cases, `<prefix>` should be equal to `/opt`. This is the `Module` CRD's default value.
1515
* `kernel-version` must not be empty and must be equal to the kernel version the kernel modules were built for.
16+
17+
In addition to the `.ko` files, the kmod image also requires the `cp` binary to be present because the `.ko` files are copied from this image to the image-loader worker pod created by the Operator. This is a minimal requirement and no other binary tool is required in the image.

0 commit comments

Comments
 (0)