From 68722949d02d3fb65f3356d3b2b5080c7996c920 Mon Sep 17 00:00:00 2001 From: Kartik Sharma Date: Mon, 28 Nov 2022 16:08:46 +0530 Subject: [PATCH] Update content/en/docs/reference/labels-annotations-taints/_index.md Co-authored-by: Tim Bannister --- content/en/docs/reference/labels-annotations-taints/_index.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/content/en/docs/reference/labels-annotations-taints/_index.md b/content/en/docs/reference/labels-annotations-taints/_index.md index c75ab2eae0..1d3a41bb98 100644 --- a/content/en/docs/reference/labels-annotations-taints/_index.md +++ b/content/en/docs/reference/labels-annotations-taints/_index.md @@ -361,7 +361,9 @@ Used on: Node If a node has set the annotation `volumes.kubernetes.io/controller-managed-attach-detach` on itself, then its storage attach and detach operations are being managed -by the attach/detach controller running in kube-controller-manager. +by the _volume attach/detach_ +{{< glossary_tooltip text="controller" term_id="controller" >}} running within the +{{< glossary_tooltip term_id="kube-controller-manager" text="kube-controller-manager" >}}. The value of the annotation isn't important; if this annotation exists on a node, then storage attaches and detaches are controller managed.