Skip to content

Commit 1c0d9ff

Browse files
committed
Adding more explicit documentation regarding the node's ready label.
Signed-off-by: Yoni Bettan <[email protected]>
1 parent 3d1d087 commit 1c0d9ff

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/mkdocs/documentation/deploy_kmod.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ on the target node(s) to run the necessary action.
1414
The operator monitors the outcome of those Pods and records that information.
1515
It uses it to label `Node` objects when the module was successfully loaded, and to run the device plugin (if
1616
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
1722

1823
### Worker Pods
1924

0 commit comments

Comments
 (0)