Skip to content

Commit 4150bc7

Browse files
authored
Merge pull request #37145 from Kartik494/controllermanaged
Register and document volumes.kubernetes.io/controller-managed-attach-detach annotation
2 parents d09babd + 6872294 commit 4150bc7

File tree

1 file changed

+13
-0
lines changed
  • content/en/docs/reference/labels-annotations-taints

1 file changed

+13
-0
lines changed

content/en/docs/reference/labels-annotations-taints/_index.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -393,6 +393,19 @@ Used on: PersistentVolumeClaim
393393

394394
This annotation will be added to dynamic provisioning required PVC.
395395

396+
### volumes.kubernetes.io/controller-managed-attach-detach
397+
398+
Used on: Node
399+
400+
If a node has set the annotation `volumes.kubernetes.io/controller-managed-attach-detach`
401+
on itself, then its storage attach and detach operations are being managed
402+
by the _volume attach/detach_
403+
{{< glossary_tooltip text="controller" term_id="controller" >}} running within the
404+
{{< glossary_tooltip term_id="kube-controller-manager" text="kube-controller-manager" >}}.
405+
406+
The value of the annotation isn't important; if this annotation exists on a node,
407+
then storage attaches and detaches are controller managed.
408+
396409
### node.kubernetes.io/windows-build {#nodekubernetesiowindows-build}
397410

398411
Example: `node.kubernetes.io/windows-build: "10.0.17763"`

0 commit comments

Comments
 (0)