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:
parent
180b8ce150
commit
3911e15a3c
|
|
@ -437,6 +437,12 @@ Used on: PersistentVolumeClaim
|
||||||
|
|
||||||
This annotation will be added to dynamic provisioning required PVC.
|
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
|
### volumes.kubernetes.io/controller-managed-attach-detach
|
||||||
|
|
||||||
Used on: Node
|
Used on: Node
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue