We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d1d087 commit 1c0d9ffCopy full SHA for 1c0d9ff
docs/mkdocs/documentation/deploy_kmod.md
@@ -14,6 +14,11 @@ on the target node(s) to run the necessary action.
14
The operator monitors the outcome of those Pods and records that information.
15
It uses it to label `Node` objects when the module was successfully loaded, and to run the device plugin (if
16
configured).
17
+The label can be found in the node's label with the following format:
18
+```
19
+kmm.node.kubernetes.io/<namespace>.<modulename>.ready
20
21
+but it is strongly recommended to use `GetKernelModuleReadyNodeLabel` function from the `labels` package in order to construct the correct label
22
23
### Worker Pods
24
0 commit comments