Skip to content

Commit 3e4c64d

Browse files
authored
Merge pull request #44910 from hassanbenhzaine/main
Modified storage access for zone and deleted PersistentVolumeLabel since its deprecated
2 parents 60da5da + 4a04547 commit 3e4c64d

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

content/en/docs/setup/best-practices/multiple-zones.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -95,13 +95,16 @@ such as Deployment, StatefulSet, or Job.
9595

9696
## Storage access for zones
9797

98-
When persistent volumes are created, the `PersistentVolumeLabel`
99-
[admission controller](/docs/reference/access-authn-authz/admission-controllers/)
100-
automatically adds zone labels to any PersistentVolumes that are linked to a specific
101-
zone. The {{< glossary_tooltip text="scheduler" term_id="kube-scheduler" >}} then ensures,
98+
When persistent volumes are created, Kubernetes automatically adds zone labels
99+
to any PersistentVolumes that are linked to a specific zone.
100+
The {{< glossary_tooltip text="scheduler" term_id="kube-scheduler" >}} then ensures,
102101
through its `NoVolumeZoneConflict` predicate, that pods which claim a given PersistentVolume
103102
are only placed into the same zone as that volume.
104103

104+
Please note that the method of adding zone labels can depend on your
105+
cloud provider and the storage provisioner you’re using. Always refer to the specific
106+
documentation for your environment to ensure correct configuration.
107+
105108
You can specify a {{< glossary_tooltip text="StorageClass" term_id="storage-class" >}}
106109
for PersistentVolumeClaims that specifies the failure domains (zones) that the
107110
storage in that class may use.

0 commit comments

Comments
 (0)