From 7694bfd02bd13f2c0a461900f68889c29b77b2fb Mon Sep 17 00:00:00 2001 From: Markus Lehtonen Date: Thu, 21 Dec 2023 18:15:00 +0200 Subject: [PATCH] docs: document all tracking annotations List tracking annotations for taints and feature annotations. --- docs/get-started/introduction.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/docs/get-started/introduction.md b/docs/get-started/introduction.md index 4cd427434..d3c2ea606 100644 --- a/docs/get-started/introduction.md +++ b/docs/get-started/introduction.md @@ -100,10 +100,12 @@ An overview of the default feature labels: NFD also annotates nodes it is running on: -| Annotation | Description | -| ------------------------------------------------------------ | ----------------------------------------------------------- | -| [<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. | -| [<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. | +| Annotation | Description | +| ------------------------------------------------------------- | ----------------------------------------------------------- | +| [<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. | +| [<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. | +| [<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. | +| [<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. | > **NOTE:** the [`-instance`](../reference/master-commandline-reference.md#instance) > command line flag affects the annotation names