Skip to content

Commit 580fffd

Browse files
TELCODOCS-2344: cp binary in kmod image
1 parent 27e22ae commit 580fffd

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)