File tree Expand file tree Collapse file tree 2 files changed +77
-34
lines changed
content/zh-cn/docs/reference/access-authn-authz Expand file tree Collapse file tree 2 files changed +77
-34
lines changed Original file line number Diff line number Diff line change @@ -509,15 +509,15 @@ PodTopologyLabels 准入控制器变更所有绑定到节点的 pod 的 `pods/bi
509
509
[ topology.kubernetes.io/region] ( /zh-cn/docs/reference/labels-annotations-taints/#topologykubernetesioregion ) 和
510
510
[ topology.kubernetes.io/zone] ( /zh-cn/docs/reference/labels-annotations-taints/#topologykubernetesiozone ) 标签。
511
511
512
- {{ < note > }}
512
+ {{< note > }}
513
513
<!--
514
514
If any mutating admission webhook adds or modifies labels of the `pods/binding` subresource,
515
515
these changes will propagate to pod labels as a result of this controller,
516
516
overwriting labels with conflicting keys.
517
517
-->
518
518
如果有任何变更的准入 Webhook 添加或修改了 ` pods/binding ` 子资源的标签,
519
519
这些变更将由于此控制器传播到 Pod 标签,覆盖具有冲突键的标签。
520
- {{ < /note > }}
520
+ {{< /note > }}
521
521
522
522
<!--
523
523
This admission controller is enabled when the `PodTopologyLabelsAdmission` feature gate is enabled.
@@ -1099,7 +1099,7 @@ and enforces kubelet modification of labels under the `kubernetes.io/` or `k8s.i
1099
1099
* **Allows** kubelets to add/remove/update these labels and label prefixes:
1100
1100
-->
1101
1101
* **禁止** kubelet 添加、删除或更新前缀为 `node-restriction.kubernetes.io/` 的标签。
1102
- 这类前缀的标签时保留给管理员的,用以为 `Node` 对象设置标签以隔离工作负载,而不允许 kubelet
1102
+ 这类前缀的标签是保留给管理员的,用于为 `Node` 对象设置标签以隔离工作负载,而不允许 kubelet
1103
1103
修改带有该前缀的标签。
1104
1104
* **允许** kubelet 添加、删除、更新以下标签:
1105
1105
* `kubernetes.io/hostname`
You can’t perform that action at this time.
0 commit comments