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 a49879dCopy full SHA for a49879d
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
+and can also be acquired programmatically by using the `GetKernelModuleReadyNodeLabel` function from the `labels` package.
22
23
### Worker Pods
24
0 commit comments