@@ -46,7 +46,7 @@ Using this command you can execute preflight checks on a control-plane node.
46
46
<!--
47
47
This phase will write the kubelet configuration file and environment file and then start the kubelet.
48
48
-->
49
- 此阶段将检查 kubelet 配置文件和环境文件,然后启动 kubelet。
49
+ 此阶段将写入 kubelet 配置文件和环境文件,然后启动 kubelet。
50
50
51
51
{{< tabs name="tab-kubelet-start" >}}
52
52
{{< tab name="kubelet-start" include="generated/kubeadm_init_phase_kubelet-start.md" />}}
@@ -88,7 +88,6 @@ You can create all required kubeconfig files by calling the `all` subcommand or
88
88
-->
89
89
可以通过调用 ` all ` 子命令来创建所有必需的 kubeconfig 文件,或者分别调用它们。
90
90
91
-
92
91
{{< tabs name="tab-kubeconfig" >}}
93
92
{{< tab name="kubeconfig" include="generated/kubeadm_init_phase_kubeconfig.md" />}}
94
93
{{< tab name="all" include="generated/kubeadm_init_phase_kubeconfig_all.md" />}}
@@ -116,7 +115,6 @@ Using this phase you can create all required static Pod files for the control pl
116
115
{{< tab name="scheduler" include="generated/kubeadm_init_phase_control-plane_scheduler.md" />}}
117
116
{{< /tabs >}}
118
117
119
-
120
118
<!--
121
119
## kubeadm init phase etcd {#cmd-phase-etcd}
122
120
-->
@@ -125,14 +123,13 @@ Using this phase you can create all required static Pod files for the control pl
125
123
<!--
126
124
Use the following phase to create a local etcd instance based on a static Pod file.
127
125
-->
128
- 根据静态 Pod 文件,使用以下阶段创建本地 etcd 实例。
126
+ 根据静态 Pod 文件,使用以下阶段创建一个本地 etcd 实例。
129
127
130
128
{{< tabs name="tab-etcd" >}}
131
129
{{< tab name="etcd" include="generated/kubeadm_init_phase_etcd.md" />}}
132
130
{{< tab name="local" include="generated/kubeadm_init_phase_etcd_local.md" />}}
133
131
{{< /tabs >}}
134
132
135
-
136
133
<!--
137
134
## kubeadm init phase upload-config {#cmd-phase-upload-config}
138
135
-->
@@ -142,7 +139,7 @@ Use the following phase to create a local etcd instance based on a static Pod fi
142
139
You can use this command to upload the kubeadm configuration to your cluster.
143
140
Alternatively, you can use [kubeadm config](/docs/reference/setup-tools/kubeadm/kubeadm-config/).
144
141
-->
145
- 可以使用此命令将 kubeadm 配置文件上传到集群 。或者使用
142
+ 可以使用此命令将 kubeadm 配置上传到集群 。或者使用
146
143
[ kubeadm config] ( /zh-cn/docs/reference/setup-tools/kubeadm/kubeadm-config/ ) 。
147
144
148
145
{{< tabs name="upload-config" >}}
@@ -152,7 +149,6 @@ Alternatively, you can use [kubeadm config](/docs/reference/setup-tools/kubeadm/
152
149
{{< tab name="kubelet" include="generated/kubeadm_init_phase_upload-config_kubelet.md" />}}
153
150
{{< /tabs >}}
154
151
155
-
156
152
<!--
157
153
## kubeadm init phase upload-certs {#cmd-phase-upload-certs}
158
154
-->
@@ -168,7 +164,6 @@ By default the certs and encryption key expire after two hours.
168
164
{{< tab name="upload-certs" include="generated/kubeadm_init_phase_upload-certs.md" />}}
169
165
{{< /tabs >}}
170
166
171
-
172
167
<!--
173
168
## kubeadm init phase mark-control-plane {#cmd-phase-mark-control-plane}
174
169
-->
@@ -184,7 +179,6 @@ Use the following phase to label and taint the node as a control plane node.
184
179
{{< tab name="mark-control-plane" include="generated/kubeadm_init_phase_mark-control-plane.md" />}}
185
180
{{< /tabs >}}
186
181
187
-
188
182
<!--
189
183
## kubeadm init phase bootstrap-token {#cmd-phase-bootstrap-token}
190
184
-->
0 commit comments