mirror of
https://github.com/kubernetes-sigs/node-feature-discovery.git
synced 2025-03-15 04:57:56 +00:00
README: document node annotations
Shortly describe node annotations created/managed bu NFD.
This commit is contained in:
parent
1465da4cdc
commit
e8a15b59ab
1 changed files with 13 additions and 0 deletions
13
README.md
13
README.md
|
@ -860,6 +860,19 @@ spec:
|
||||||
|
|
||||||
For more details on targeting nodes, see [node selection][node-sel].
|
For more details on targeting nodes, see [node selection][node-sel].
|
||||||
|
|
||||||
|
## Node Annotations
|
||||||
|
|
||||||
|
NFD annotates nodes it is running on:
|
||||||
|
|
||||||
|
| Annotation | Description
|
||||||
|
| ----------------------------------------- | -----------
|
||||||
|
| nfd.node.kubernetes.io/master.version | Version of the nfd-master instance running on the node. Informative use only.
|
||||||
|
| nfd.node.kubernetes.io/worker.version | Version of the nfd-worker instance running on the node. Informative use only.
|
||||||
|
| nfd.node.kubernetes.io/feature-labels | Comma-separated list of node labels managed by NFD. NFD uses this internally so must not be edited by users.
|
||||||
|
| nfd.node.kubernetes.io/extended-resources | Comma-separated list of node extended resources managed by NFD. NFD uses this internally so must not be edited by users.
|
||||||
|
|
||||||
|
Unapplicable annotations are not created, i.e. for example master.version is only created on nodes running nfd-master.
|
||||||
|
|
||||||
## References
|
## References
|
||||||
|
|
||||||
Github issues
|
Github issues
|
||||||
|
|
Loading…
Add table
Reference in a new issue