Skip to content

Commit 3911e15

Browse files
authored
Document volume.kubernetes.io/selected-node annotation (#36399)
* Documented annotation for pv.kubernetes.io/bind-completed Signed-off-by: afzal442 <[email protected]> * Documented annotation for `volume.kubernetes.io/selected-node` Signed-off-by: afzal442 <[email protected]> Signed-off-by: afzal442 <[email protected]>
1 parent 180b8ce commit 3911e15

File tree

1 file changed

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

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -437,6 +437,12 @@ Used on: PersistentVolumeClaim
437437

438438
This annotation will be added to dynamic provisioning required PVC.
439439

440+
### volume.kubernetes.io/selected-node
441+
442+
Used on: PersistentVolumeClaim
443+
444+
This annotation is added to a PVC that is triggered by a scheduler to be dynamically provisioned. Its value is the name of the selected node.
445+
440446
### volumes.kubernetes.io/controller-managed-attach-detach
441447

442448
Used on: Node

0 commit comments

Comments
 (0)