Skip to content

Commit 04a9fb1

Browse files
author
kartik494
committed
Registered volumes.kubernetes.io/controller-managed-attach-detach annotation
1 parent d785a4d commit 04a9fb1

File tree

1 file changed

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

1 file changed

+11
-0
lines changed

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -355,6 +355,17 @@ Used on: PersistentVolumeClaim
355355

356356
This annotation will be added to dynamic provisioning required PVC.
357357

358+
### volumes.kubernetes.io/controller-managed-attach-detach
359+
360+
Used on: Node
361+
362+
If a node has set the annotation `volumes.kubernetes.io/controller-managed-attach-detach`
363+
on itself, then its storage attach and detach operations are being managed
364+
by the attach/detach controller running in kube-controller-manager.
365+
366+
The value of the annotation isn't important; if this annotation exists on a node,
367+
then attach and detached are controller managed.
368+
358369
### node.kubernetes.io/windows-build {#nodekubernetesiowindows-build}
359370

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

0 commit comments

Comments
 (0)