1
0
Fork 0
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:
Markus Lehtonen 2020-05-19 19:50:42 +03:00
parent 1465da4cdc
commit e8a15b59ab

View file

@ -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