Skip to content

Commit 5952704

Browse files
committed
[zh]: optimize translation for content/zh/docs/setup/production-environment/tools/kubeadm/create-cluster-kubeadm.md
1 parent 2ba7742 commit 5952704

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

content/zh/docs/setup/production-environment/tools/kubeadm/create-cluster-kubeadm.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ a provider-specific value. See [Installing a Pod network add-on](#pod-network).
205205
端点可以是负载均衡器的 DNS 名称或 IP 地址。
206206
1. 选择一个 Pod 网络插件,并验证是否需要为 `kubeadm init` 传递参数。
207207
根据你选择的第三方网络插件,你可能需要设置 `--pod-network-cidr` 的值。
208-
请参阅 [安装Pod网络附加组件](#pod-network)
208+
请参阅[安装 Pod 网络附加组件](#pod-network)
209209

210210
<!--
211211
1. (Optional) `kubeadm` tries to detect the container runtime by using a list of well
@@ -218,7 +218,7 @@ to `kubeadm init`. To deploy an IPv6 Kubernetes cluster using IPv6 addressing, y
218218
must specify an IPv6 address, for example `--apiserver-advertise-address=fd00::101`
219219
-->
220220
1. (可选)`kubeadm` 试图通过使用已知的端点列表来检测容器运行时。
221-
或者如果在预配置的节点上安装了多个容器,请为 `kubeadm init` 指定 `--cri-socket` 参数。
221+
使用不同的容器运行时或在预配置的节点上安装了多个容器运行时,请为 `kubeadm init` 指定 `--cri-socket` 参数。
222222
请参阅[安装运行时](/zh/docs/setup/production-environment/tools/kubeadm/install-kubeadm/#installing-runtime)
223223
1. (可选)除非另有说明,否则 `kubeadm` 使用与默认网关关联的网络接口来设置此控制平面节点 API server 的广播地址。
224224
要使用其他网络接口,请为 `kubeadm init` 设置 `--apiserver-advertise-address=<ip-address>` 参数。
@@ -537,7 +537,7 @@ and ensure it is using a privileged kubeconfig such as the kubeadm managed `/etc
537537
默认情况下,kubeadm 启用 [NodeRestriction](/zh/docs/reference/access-authn-authz/admissiontrollers/#noderestriction)
538538
准入控制器来限制 kubelets 在节点注册时可以应用哪些标签。准入控制器文档描述 kubelet `--node-labels` 选项允许使用哪些标签。
539539
其中 `node-role.kubernetes.io/control-plane` 标签就是这样一个受限制的标签,
540-
kubeadm 在节点创建后使用特权客户端应用此标签
540+
kubeadm 在节点创建后使用特权客户端手动应用此标签
541541
你可以使用一个有特权的 kubeconfig, 比如由 kubeadm 管理的 `/etc/kubernetes/admin.conf`
542542
通过执行 `kubectl label` 来手动完成操作。
543543

@@ -572,7 +572,9 @@ This will remove the `node-role.kubernetes.io/control-plane` and
572572
including the control plane nodes, meaning that the scheduler will then be able
573573
to schedule Pods everywhere.
574574
-->
575-
这将从任何拥有 `node-role.kubernetes.io/master` taint 标记的节点中移除该标记,
575+
这将从任何拥有 `node-role.kubernetes.io/control-plane`
576+
`node-role.kubernetes.io/master` 污点的节点上移除该污点。
577+
576578
包括控制平面节点,这意味着调度程序将能够在任何地方调度 Pods。
577579

578580
<!--

0 commit comments

Comments
 (0)