File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed
content/en/docs/reference/labels-annotations-taints Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -393,6 +393,19 @@ Used on: PersistentVolumeClaim
393
393
394
394
This annotation will be added to dynamic provisioning required PVC.
395
395
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
+
396
409
### node.kubernetes.io/windows-build {#nodekubernetesiowindows-build}
397
410
398
411
Example: ` node.kubernetes.io/windows-build: "10.0.17763" `
You can’t perform that action at this time.
0 commit comments