Skip to content

Commit a3c94b0

Browse files
committed
[zh] Sync 2 files related to kubeadm/generated/kubeadm_init/
1 parent 78ed700 commit a3c94b0

File tree

2 files changed

+6
-100
lines changed

2 files changed

+6
-100
lines changed

content/zh-cn/docs/reference/setup-tools/kubeadm/generated/kubeadm_init/kubeadm_init_phase_kubelet-finalize_experimental-cert-rotation.md

Lines changed: 0 additions & 93 deletions
This file was deleted.

content/zh-cn/docs/reference/setup-tools/kubeadm/kubeadm-init-phase.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ Can be used to create all required certificates by kubeadm.
8686
<!--
8787
You can create all required kubeconfig files by calling the `all` subcommand or call them individually.
8888
-->
89-
可以通过调用 `all` 子命令来创建所有必需的 kubeconfig 文件,或者分别调用它们。
89+
你可以通过调用 `all` 子命令来创建所有必需的 kubeconfig 文件,或者分别调用它们。
9090

9191
{{< tabs name="tab-kubeconfig" >}}
9292
{{< tab name="kubeconfig" include="generated/kubeadm_init/kubeadm_init_phase_kubeconfig.md" />}}
@@ -106,7 +106,7 @@ You can create all required kubeconfig files by calling the `all` subcommand or
106106
<!--
107107
Using this phase you can create all required static Pod files for the control plane components.
108108
-->
109-
使用此阶段,可以为控制平面组件创建所有必需的静态 Pod 文件。
109+
使用此阶段,你可以为控制平面组件创建所有必需的静态 Pod 文件。
110110

111111
{{< tabs name="tab-control-plane" >}}
112112
{{< tab name="control-plane" include="generated/kubeadm_init/kubeadm_init_phase_control-plane.md" />}}
@@ -140,7 +140,7 @@ Use the following phase to create a local etcd instance based on a static Pod fi
140140
You can use this command to upload the kubeadm configuration to your cluster.
141141
Alternatively, you can use [kubeadm config](/docs/reference/setup-tools/kubeadm/kubeadm-config/).
142142
-->
143-
可以使用此命令将 kubeadm 配置上传到集群或者使用
143+
你可以使用此命令将 kubeadm 配置上传到集群或者使用
144144
[kubeadm config](/zh-cn/docs/reference/setup-tools/kubeadm/kubeadm-config/)
145145

146146
{{< tabs name="upload-config" >}}
@@ -173,8 +173,7 @@ By default the certs and encryption key expire after two hours.
173173
<!--
174174
Use the following phase to label and taint the node as a control plane node.
175175
-->
176-
使用以下阶段来给作为控制平面的节点
177-
打标签(label)和记录污点(taint)。
176+
使用以下阶段来给作为控制平面的节点打标签(label)和记录污点(taint)。
178177

179178
{{< tabs name="tab-mark-control-plane" >}}
180179
{{< tab name="mark-control-plane" include="generated/kubeadm_init/kubeadm_init_phase_mark-control-plane.md" />}}
@@ -207,7 +206,7 @@ phases.
207206
{{< tabs name="tab-kubelet-finalize" >}}
208207
{{< tab name="kubelet-finalize" include="generated/kubeadm_init/kubeadm_init_phase_kubelet-finalize.md" />}}
209208
{{< tab name="kubelet-finalize-all" include="generated/kubeadm_init/kubeadm_init_phase_kubelet-finalize_all.md" />}}
210-
{{< tab name="kubelet-finalize-cert-rotation" include="generated/kubeadm_init/kubeadm_init_phase_kubelet-finalize_experimental-cert-rotation.md" />}}
209+
{{< tab name="kubelet-finalize-enable-client-cert-rotation" include="generated/kubeadm_init/kubeadm_init_phase_kubelet-finalize_enable-client-cert-rotation.md" />}}
211210
{{< /tabs >}}
212211

213212
<!--
@@ -219,7 +218,7 @@ phases.
219218
You can install all the available addons with the `all` subcommand, or
220219
install them selectively.
221220
-->
222-
可以使用 `all` 子命令安装所有可用的插件,或者有选择性地安装它们。
221+
你可以使用 `all` 子命令安装所有可用的插件,或者有选择性地安装它们。
223222

224223
{{< tabs name="tab-addon" >}}
225224
{{< tab name="addon" include="generated/kubeadm_init/kubeadm_init_phase_addon.md" />}}

0 commit comments

Comments
 (0)