@@ -86,7 +86,7 @@ Can be used to create all required certificates by kubeadm.
86
86
<!--
87
87
You can create all required kubeconfig files by calling the `all` subcommand or call them individually.
88
88
-->
89
- 可以通过调用 ` all ` 子命令来创建所有必需的 kubeconfig 文件,或者分别调用它们。
89
+ 你可以通过调用 ` all ` 子命令来创建所有必需的 kubeconfig 文件,或者分别调用它们。
90
90
91
91
{{< tabs name="tab-kubeconfig" >}}
92
92
{{< 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
106
106
<!--
107
107
Using this phase you can create all required static Pod files for the control plane components.
108
108
-->
109
- 使用此阶段,可以为控制平面组件创建所有必需的静态 Pod 文件。
109
+ 使用此阶段,你可以为控制平面组件创建所有必需的静态 Pod 文件。
110
110
111
111
{{< tabs name="tab-control-plane" >}}
112
112
{{< 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
140
140
You can use this command to upload the kubeadm configuration to your cluster.
141
141
Alternatively, you can use [kubeadm config](/docs/reference/setup-tools/kubeadm/kubeadm-config/).
142
142
-->
143
- 可以使用此命令将 kubeadm 配置上传到集群。 或者使用
143
+ 你可以使用此命令将 kubeadm 配置上传到集群, 或者使用
144
144
[ kubeadm config] ( /zh-cn/docs/reference/setup-tools/kubeadm/kubeadm-config/ ) 。
145
145
146
146
{{< tabs name="upload-config" >}}
@@ -173,8 +173,7 @@ By default the certs and encryption key expire after two hours.
173
173
<!--
174
174
Use the following phase to label and taint the node as a control plane node.
175
175
-->
176
- 使用以下阶段来给作为控制平面的节点
177
- 打标签(label)和记录污点(taint)。
176
+ 使用以下阶段来给作为控制平面的节点打标签(label)和记录污点(taint)。
178
177
179
178
{{< tabs name="tab-mark-control-plane" >}}
180
179
{{< tab name="mark-control-plane" include="generated/kubeadm_init/kubeadm_init_phase_mark-control-plane.md" />}}
@@ -207,7 +206,7 @@ phases.
207
206
{{< tabs name="tab-kubelet-finalize" >}}
208
207
{{< tab name="kubelet-finalize" include="generated/kubeadm_init/kubeadm_init_phase_kubelet-finalize.md" />}}
209
208
{{< 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" />}}
211
210
{{< /tabs >}}
212
211
213
212
<!--
@@ -219,7 +218,7 @@ phases.
219
218
You can install all the available addons with the `all` subcommand, or
220
219
install them selectively.
221
220
-->
222
- 可以使用 ` all ` 子命令安装所有可用的插件,或者有选择性地安装它们。
221
+ 你可以使用 ` all ` 子命令安装所有可用的插件,或者有选择性地安装它们。
223
222
224
223
{{< tabs name="tab-addon" >}}
225
224
{{< tab name="addon" include="generated/kubeadm_init/kubeadm_init_phase_addon.md" />}}
0 commit comments