Skip to content

Commit bbf95cd

Browse files
authored
Merge pull request #46302 from carlory/clean-PersistentVolumeLabel
remove PersistentVolumeLabel admission plugin
2 parents fd842ff + 8c773b2 commit bbf95cd

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

content/en/docs/reference/access-authn-authz/admission-controllers.md

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -622,23 +622,6 @@ allowVolumeExpansion: true
622622

623623
For more information about persistent volume claims, see [PersistentVolumeClaims](/docs/concepts/storage/persistent-volumes/#persistentvolumeclaims).
624624

625-
### PersistentVolumeLabel {#persistentvolumelabel}
626-
627-
{{< feature-state for_k8s_version="v1.13" state="deprecated" >}}
628-
629-
**Type**: Mutating.
630-
631-
This admission controller automatically attaches region or zone labels to PersistentVolumes
632-
as defined by the cloud provider (for example, Azure or GCP).
633-
It helps ensure the Pods and the PersistentVolumes mounted are in the same
634-
region and/or zone.
635-
If the admission controller doesn't support automatic labelling your PersistentVolumes, you
636-
may need to add the labels manually to prevent pods from mounting volumes from
637-
a different zone. PersistentVolumeLabel is **deprecated** as labeling for persistent volumes has been taken over by
638-
the {{< glossary_tooltip text="cloud-controller-manager" term_id="cloud-controller-manager" >}}.
639-
640-
This admission controller is disabled by default.
641-
642625
### PodNodeSelector {#podnodeselector}
643626

644627
{{< feature-state for_k8s_version="v1.5" state="alpha" >}}

0 commit comments

Comments
 (0)