From 49c67a96d2b9bb4e52dda805d318fc423fe00fdf Mon Sep 17 00:00:00 2001 From: kartik494 Date: Thu, 27 Jan 2022 12:58:51 +0530 Subject: [PATCH] Documented new Annotation --- .../en/docs/reference/labels-annotations-taints.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/content/en/docs/reference/labels-annotations-taints.md b/content/en/docs/reference/labels-annotations-taints.md index 2009577366..9e8d49950a 100644 --- a/content/en/docs/reference/labels-annotations-taints.md +++ b/content/en/docs/reference/labels-annotations-taints.md @@ -159,6 +159,20 @@ The scheduler (through the _VolumeZonePredicate_ predicate) also will ensure tha If `PersistentVolumeLabel` does not support automatic labeling of your PersistentVolumes, you should consider adding the labels manually (or adding support for `PersistentVolumeLabel`). With `PersistentVolumeLabel`, the scheduler prevents Pods from mounting volumes in a different zone. If your infrastructure doesn't have this constraint, you don't need to add the zone labels to the volumes at all. +## volume.beta.kubernetes.io/storage-provisioner (deprecated) + +Example: `volume.beta.kubernetes.io/storage-provisioner: k8s.io/minikube-hostpath` + +Used on: PersistentVolumeClaim + +This annotation has been deprecated. + +## volume.kubernetes.io/storage-provisioner + +Used on: PersistentVolumeClaim + +This annotation will be added to dynamic provisioning required PVC. + ## node.kubernetes.io/windows-build {#nodekubernetesiowindows-build} Example: `node.kubernetes.io/windows-build=10.0.17763`