Merge pull request #24559 from ushuz/patch-1

Fix zh examples for topology.kubernetes.io
pull/24562/head
Kubernetes Prow Robot 2020-10-13 21:41:54 -07:00 committed by GitHub
commit 2a2da9100b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 4 deletions

View File

@ -227,9 +227,9 @@ on the nodes if it makes sense in your topology.
-->
示例:
`failure-domain.beta.kubernetes.io/region=us-east-1`
`topology.kubernetes.io/region=us-east-1`
`failure-domain.beta.kubernetes.io/zone=us-east-1c`
`topology.kubernetes.io/zone=us-east-1c`
用于Node、PersistentVolume
@ -271,5 +271,3 @@ adding the labels manually (or adding support for `PersistentVolumeLabel`). With
-->
如果 `PersistentVolumeLabel` 准入控制器不支持自动为 PersistentVolume 打标签,且用户希望防止 pod 跨区域进行卷的挂载,
应考虑手动打标签 (或对 `PersistentVolumeLabel` 增加支持)。如果用户的基础设施没有这种约束,则不需要为卷添加区域标签。