mirror of
https://github.com/kubernetes-sigs/node-feature-discovery.git
synced 2025-03-14 20:56:42 +00:00
Merge pull request #316 from marquiz/devel/docs-annotations
README: document node annotations
This commit is contained in:
commit
b2d44d0f2a
1 changed files with 13 additions and 0 deletions
13
README.md
13
README.md
|
@ -906,6 +906,19 @@ spec:
|
|||
|
||||
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
|
||||
|
||||
Github issues
|
||||
|
|
Loading…
Add table
Reference in a new issue