Skip to content

Commit 6c7fc24

Browse files
authored
Merge pull request #1519 from marquiz/devel/docs-annotations
docs: document all tracking annotations
2 parents bac1a97 + 7694bfd commit 6c7fc24

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

docs/get-started/introduction.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -100,10 +100,12 @@ An overview of the default feature labels:
100100

101101
NFD also annotates nodes it is running on:
102102

103-
| Annotation | Description |
104-
| ------------------------------------------------------------ | ----------------------------------------------------------- |
105-
| [<instance>.]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. |
106-
| [<instance>.]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. |
103+
| Annotation | Description |
104+
| ------------------------------------------------------------- | ----------------------------------------------------------- |
105+
| [<instance>.]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. |
106+
| [<instance>.]nfd.node.kubernetes.io/feature-annotations | Comma-separated list of node annotations managed by NFD. NFD uses this internally so must not be edited by users. |
107+
| [<instance>.]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. |
108+
| [<instance>.]nfd.node.kubernetes.io/taints | Comma-separated list of node taints managed by NFD. NFD uses this internally so must not be edited by users. |
107109

108110
> **NOTE:** the [`-instance`](../reference/master-commandline-reference.md#instance)
109111
> command line flag affects the annotation names

0 commit comments

Comments
 (0)