Skip to content

Commit f1254f3

Browse files
committed
Adding the cp requirement for kmod images documentation.
It is not currently mentioned in the documentation that the minimal reuirement for the kmod images are to have the `cp` binary present in the image. Signed-off-by: Yoni Bettan <[email protected]>
1 parent 29fa927 commit f1254f3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/mkdocs/documentation/kmod_image.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ Where:
1111
- `<prefix>` should be equal to `/opt` in most cases, as it is the `Module` CRD's default value;
1212
- `kernel-version` must be non-empty and equal to the kernel version the kernel modules were built for.
1313

14+
In addition, the kmod image also reuired the `cp` binary to be present as the kmods will be copied from this
15+
image to the image-loader worker pod created by the operator.
16+
1417
## `depmod`
1518

1619
It is recommended to run `depmod` at the end of the build process to generate `modules.dep` and map files.

0 commit comments

Comments
 (0)