Document volume.kubernetes.io/selected-node annotation (#36399)

* Documented annotation for pv.kubernetes.io/bind-completed

Signed-off-by: afzal442 <afzal442@gmail.com>

* Documented annotation for `volume.kubernetes.io/selected-node`

Signed-off-by: afzal442 <afzal442@gmail.com>

Signed-off-by: afzal442 <afzal442@gmail.com>
This commit is contained in:
Afzal Ansari 2023-01-17 23:50:33 +05:30 committed by GitHub
parent 180b8ce150
commit 3911e15a3c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -437,6 +437,12 @@ Used on: PersistentVolumeClaim
This annotation will be added to dynamic provisioning required PVC.
### volume.kubernetes.io/selected-node
Used on: PersistentVolumeClaim
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.
### volumes.kubernetes.io/controller-managed-attach-detach
Used on: Node