Skip to content

Commit ccd9933

Browse files
committed
[zh] Sync admission-controllers.md
1 parent 5d19993 commit ccd9933

File tree

1 file changed

+0
-29
lines changed

1 file changed

+0
-29
lines changed

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

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1104,35 +1104,6 @@ For more information about persistent volume claims, see [PersistentVolumeClaims
11041104
关于持久化卷申领的更多信息,请参见
11051105
[PersistentVolumeClaim](/zh-cn/docs/concepts/storage/persistent-volumes/#persistentvolumeclaims)。
11061106

1107-
### PersistentVolumeLabel {#persistentvolumelabel}
1108-
1109-
{{< feature-state for_k8s_version="v1.13" state="deprecated" >}}
1110-
1111-
<!--
1112-
**Type**: Mutating.
1113-
-->
1114-
**类别**:变更。
1115-
1116-
<!--
1117-
This admission controller automatically attaches region or zone labels to PersistentVolumes
1118-
as defined by the cloud provider (for example, Azure or GCP).
1119-
It helps ensure the Pods and the PersistentVolumes mounted are in the same
1120-
region and/or zone.
1121-
If the admission controller doesn't support automatic labelling your PersistentVolumes, you
1122-
may need to add the labels manually to prevent pods from mounting volumes from
1123-
a different zone. PersistentVolumeLabel is **deprecated** as labeling for persistent volumes has been taken over by
1124-
the {{< glossary_tooltip text="cloud-controller-manager" term_id="cloud-controller-manager" >}}.
1125-
1126-
This admission controller is disabled by default.
1127-
-->
1128-
此准入控制器会自动将由云提供商(如 Azure 或 GCP)定义的区(region)或区域(zone)
1129-
标签附加到 PersistentVolume 上。这有助于确保 Pod 和 PersistentVolume 位于相同的区或区域。
1130-
如果准入控制器不支持为 PersistentVolumes 自动添加标签,那你可能需要手动添加标签,
1131-
以防止 Pod 挂载其他区域的卷。PersistentVolumeLabel **已被弃用**,
1132-
为持久卷添加标签的操作已由{{< glossary_tooltip text="云管理控制器" term_id="cloud-controller-manager" >}}接管。
1133-
1134-
此准入控制器默认被禁用。
1135-
11361107
### PodNodeSelector {#podnodeselector}
11371108

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

0 commit comments

Comments
 (0)