Skip to content

Commit 9917ee8

Browse files
authored
Merge pull request #81803 from StephenJamesSmith/TELCODOCS-1977
TELCODOCS-1977: Document tagging behaviour
2 parents ae47760 + 5769239 commit 9917ee8

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
@@ -77,7 +77,7 @@ spec:
7777
<3> Optional: Copies `/firmware/*` into `/var/lib/firmware/` on the node.
7878
<4> Optional.
7979
<5> At least one kernel item is required.
80-
<6> For each node running a kernel matching the regular expression, KMM creates a `DaemonSet` resource running the image specified in `containerImage` with `${KERNEL_FULL_VERSION}` replaced with the kernel version.
80+
<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.
8181
<7> For any other kernel, build the image using the Dockerfile in the `my-kmod` ConfigMap.
8282
<8> Optional.
8383
<9> Optional: A value for `some-kubernetes-secret` can be obtained from the build environment at `/run/secrets/some-kubernetes-secret`.

0 commit comments

Comments
 (0)