You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/kmm-creating-kmod-image.adoc
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,3 +13,5 @@ Keep the following in mind when working with the `.ko` files:
13
13
14
14
* In most cases, `<prefix>` should be equal to `/opt`. This is the `Module` CRD's default value.
15
15
* `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