File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
content/en/docs/reference/labels-annotations-taints Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -355,6 +355,17 @@ Used on: PersistentVolumeClaim
355
355
356
356
This annotation will be added to dynamic provisioning required PVC.
357
357
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
+
358
369
### node.kubernetes.io/windows-build {#nodekubernetesiowindows-build}
359
370
360
371
Example: ` node.kubernetes.io/windows-build: "10.0.17763" `
You can’t perform that action at this time.
0 commit comments