@@ -185,22 +185,26 @@ such as Deployment, StatefulSet, or Job.
185
185
<!--
186
186
## Storage access for zones
187
187
188
- When persistent volumes are created, the `PersistentVolumeLabel`
189
- [admission controller](/docs/reference/access-authn-authz/admission-controllers/)
190
- automatically adds zone labels to any PersistentVolumes that are linked to a specific
191
- zone. The {{< glossary_tooltip text="scheduler" term_id="kube-scheduler" >}} then ensures,
188
+ When persistent volumes are created, Kubernetes automatically adds zone labels
189
+ to any PersistentVolumes that are linked to a specific zone.
190
+ The {{< glossary_tooltip text="scheduler" term_id="kube-scheduler" >}} then ensures,
192
191
through its `NoVolumeZoneConflict` predicate, that pods which claim a given PersistentVolume
193
192
are only placed into the same zone as that volume.
193
+
194
+ Please note that the method of adding zone labels can depend on your
195
+ cloud provider and the storage provisioner you’re using. Always refer to the specific
196
+ documentation for your environment to ensure correct configuration.
194
197
-->
195
198
## 跨区的存储访问
196
199
197
- 当创建持久卷时,` PersistentVolumeLabel `
198
- [ 准入控制器] ( /zh-cn/docs/reference/access-authn-authz/admission-controllers/ )
199
- 会自动向那些链接到特定区的 PersistentVolume 添加区标签。
200
+ 当创建持久卷时,Kubernetes 会自动向那些链接到特定区的 PersistentVolume 添加区标签。。
200
201
{{< glossary_tooltip text="调度器" term_id="kube-scheduler" >}}通过其
201
202
` NoVolumeZoneConflict ` 断言确保申领给定 PersistentVolume 的 Pods 只会
202
203
被调度到该卷所在的可用区。
203
204
205
+ 请注意,添加区标签的方法可能会根据你所使用的云提供商和存储制备器而有所不同。
206
+ 为确保配置正确,请始终参阅你的环境的特定文档。
207
+
204
208
<!--
205
209
You can specify a {{< glossary_tooltip text="StorageClass" term_id="storage-class" >}}
206
210
for PersistentVolumeClaims that specifies the failure domains (zones) that the
0 commit comments