command titles should not be translated (#18564)

This commit is contained in:
xieyanker 2020-01-15 18:51:32 +08:00 committed by Kubernetes Prow Robot
parent 42852ae505
commit f6931bcaa7
4 changed files with 23 additions and 23 deletions

View File

@ -26,7 +26,7 @@ and behind the scene both use the same code.
<!--
## kubeadm init phase preflight {#cmd-phase-preflight}
-->
## kubeadm 初始化启动前检查阶段 {#cmd-phase-preflight}
## kubeadm init phase preflight {#cmd-phase-preflight}
<!--
Using this command you can execute preflight checks on a control-plane node.
@ -40,7 +40,7 @@ Using this command you can execute preflight checks on a control-plane node.
<!--
## kubeadm init phase kubelet-start {#cmd-phase-kubelet-start}
-->
## kubeadm 初始化启动 kubelet 阶段 {#cmd-phase-kubelet-start}
## kubeadm init phase kubelet-start {#cmd-phase-kubelet-start}
<!--
This phase will write the kubelet configuration file and environment file and then start the kubelet.
@ -54,7 +54,7 @@ This phase will write the kubelet configuration file and environment file and th
<!--
## kubeadm init phase certs {#cmd-phase-certs}
-->
## kubeadm 初始化证书阶段 {#cmd-phase-certs}
## kubeadm init phase certs {#cmd-phase-certs}
<!--
Can be used to create all required certificates by kubeadm.
@ -80,7 +80,7 @@ Can be used to create all required certificates by kubeadm.
<!--
## kubeadm init phase kubeconfig {#cmd-phase-kubeconfig}
-->
## kubeadm 初始化 kubeconfig 阶段 {#cmd-phase-kubeconfig}
## kubeadm init phase kubeconfig {#cmd-phase-kubeconfig}
<!--
You can create all required kubeconfig files by calling the `all` subcommand or call them individually.
@ -100,7 +100,7 @@ You can create all required kubeconfig files by calling the `all` subcommand or
<!--
## kubeadm init phase control-plane {#cmd-phase-control-plane}
-->
## kubeadm 初始化 control-plane 阶段 {#cmd-phase-control-plane}
## kubeadm init phase control-plane {#cmd-phase-control-plane}
<!--
Using this phase you can create all required static Pod files for the control plane components.
@ -119,7 +119,7 @@ Using this phase you can create all required static Pod files for the control pl
<!--
## kubeadm init phase etcd {#cmd-phase-etcd}
-->
## kubeadm 初始化 etcd 阶段 {#cmd-phase-etcd}
## kubeadm init phase etcd {#cmd-phase-etcd}
<!--
Use the following phase to create a local etcd instance based on a static Pod file.
@ -135,7 +135,7 @@ Use the following phase to create a local etcd instance based on a static Pod fi
<!--
## kubeadm init phase upload-config {#cmd-phase-upload-config}
-->
## kubeadm 初始化上传 config 配置阶段 {#cmd-phase-upload-config}
## kubeadm init phase upload-config {#cmd-phase-upload-config}
<!--
You can use this command to upload the kubeadm configuration to your cluster.
@ -154,7 +154,7 @@ Alternatively, you can use [kubeadm config](/docs/reference/setup-tools/kubeadm/
<!--
## kubeadm init phase upload-certs {#cmd-phase-upload-certs}
-->
## kubeadm 初始化上传证书阶段 {#cmd-phase-upload-certs}
## kubeadm init phase upload-certs {#cmd-phase-upload-certs}
<!--
Use the following phase to upload control-plane certificates to the cluster.
@ -170,7 +170,7 @@ By default the certs and encryption key expire after two hours.
<!--
## kubeadm init phase mark-control-plane {#cmd-phase-mark-control-plane}
-->
## kubeadm 初始化标记控制平面阶段 {#cmd-phase-mark-control-plane}
## kubeadm init phase mark-control-plane {#cmd-phase-mark-control-plane}
<!--
Use the following phase to label and taint the node with the `node-role.kubernetes.io/master=""` key-value pair.
@ -185,7 +185,7 @@ Use the following phase to label and taint the node with the `node-role.kubernet
<!--
## kubeadm init phase bootstrap-token {#cmd-phase-bootstrap-token}
-->
## kubeadm 初始化引导令牌阶段 {#cmd-phase-bootstrap-token}
## kubeadm init phase bootstrap-token {#cmd-phase-bootstrap-token}
<!--
Use the following phase to configure bootstrap tokens.
@ -200,7 +200,7 @@ Use the following phase to configure bootstrap tokens.
<!--
## kubeadm init phase addon {#cmd-phase-addon}
-->
## kubeadm 初始化插件阶段 {#cmd-phase-addon}
## kubeadm init phase addon {#cmd-phase-addon}
<!--
You can install all the available addons with the `all` subcommand, or
@ -271,4 +271,4 @@ For more details on each field in the `v1beta2` configuration you can navigate t
* [kubeadm init](/docs/reference/setup-tools/kubeadm/kubeadm-init/) 引导 Kubernetes 控制平面节点
* [kubeadm join](/docs/reference/setup-tools/kubeadm/kubeadm-join/) 将节点连接到集群
* [kubeadm reset](/docs/reference/setup-tools/kubeadm/kubeadm-reset/) 恢复通过 `kubeadm init``kubeadm join` 操作对主机所做的任何更改
* [kubeadm alpha](/docs/reference/setup-tools/kubeadm/kubeadm-alpha/) 尝试实验性功能
* [kubeadm alpha](/docs/reference/setup-tools/kubeadm/kubeadm-alpha/) 尝试实验性功能

View File

@ -22,13 +22,13 @@ and behind the scene both use the same code.
-->
`kubeadm join phase` 与 [kubeadm join 工作流程](/docs/reference/setup-tools/kubeadm/kubeadm-join/#join-workflow) 一致,后台都使用相同的代码。
## kubeadm join 阶段 {#cmd-join-phase}
## kubeadm join phase {#cmd-join-phase}
{{< tabs name="tab-phase" >}}
{{< tab name="phase" include="generated/kubeadm_join_phase.md" />}}
{{< /tabs >}}
## kubeadm join 启动前检查阶段 {#cmd-join-phase-preflight}
## kubeadm join phase preflight {#cmd-join-phase-preflight}
<!--
Using this phase you can execute preflight checks on a joining node.
@ -39,7 +39,7 @@ Using this phase you can execute preflight checks on a joining node.
{{< tab name="preflight" include="generated/kubeadm_join_phase_preflight.md" />}}
{{< /tabs >}}
## kubeadm join 控制平面节点准备工作 {#cmd-join-phase-control-plane-prepare}
## kubeadm join phase control-plane-prepare {#cmd-join-phase-control-plane-prepare}
<!--
Using this phase you can prepare a node for serving a control-plane.
@ -55,7 +55,7 @@ Using this phase you can prepare a node for serving a control-plane.
{{< tab name="control-plane" include="generated/kubeadm_join_phase_control-plane-prepare_control-plane.md" />}}
{{< /tabs >}}
## kubeadm join 启动 kubelet 阶段 {#cmd-join-phase-kubelet-start}
## kubeadm join phase kubelet-start {#cmd-join-phase-kubelet-start}
<!--
Using this phase you can write the kubelet settings, certificates and (re)start the kubelet.
@ -66,7 +66,7 @@ Using this phase you can write the kubelet settings, certificates and (re)start
{{< tab name="kubelet-start" include="generated/kubeadm_join_phase_kubelet-start.md" />}}
{{< /tabs >}}
## kubeadm join 控制平面节点加入过程 {#cmd-join-phase-control-plane-join}
## kubeadm join phase control-plane-join {#cmd-join-phase-control-plane-join}
<!--
Using this phase you can join a node as a control-plane instance.

View File

@ -22,13 +22,13 @@ and behind the scene both use the same code.
-->
`kubeadm reset phase` 与 [kubeadm reset 工作流程](/docs/reference/setup-tools/kubeadm/kubeadm-reset/#reset-workflow) 一致,后台都使用相同的代码。
## kubeadm reset 阶段 {#cmd-reset-phase}
## kubeadm reset phase {#cmd-reset-phase}
{{< tabs name="tab-phase" >}}
{{< tab name="phase" include="generated/kubeadm_reset_phase.md" />}}
{{< /tabs >}}
## kubeadm reset 启动前检查阶段 {#cmd-reset-phase-preflight}
## kubeadm reset phase preflight {#cmd-reset-phase-preflight}
<!--
Using this phase you can execute preflight checks on a node that is being reset.
@ -42,7 +42,7 @@ Using this phase you can execute preflight checks on a node that is being reset.
<!--
## kubeadm reset phase update-cluster-status
-->
## kubeadm reset 更新集群节点的阶段 {#cmd-reset-phase-update-cluster-status}
## kubeadm reset phase update-cluster-status {#cmd-reset-phase-update-cluster-status}
<!--
Using this phase you can remove this control-plane node from the ClusterStatus object.
@ -54,7 +54,7 @@ Using this phase you can remove this control-plane node from the ClusterStatus o
{{< /tabs >}}
<!--
## kubeadm reset 移除 etcd 成员的阶段
## kubeadm reset phase remove-etcd-member
-->
## kubeadm reset phase remove-etcd-member {#cmd-reset-phase-remove-etcd-member}
@ -70,7 +70,7 @@ Using this phase you can remove this control-plane node's etcd member from the e
<!--
## kubeadm reset phase cleanup-node
-->
## kubeadm reset 清理节点阶段工作 {#cmd-reset-phase-cleanup-node}
## kubeadm reset phase cleanup-node {#cmd-reset-phase-cleanup-node}
<!--
Using this phase you can perform cleanup on this node.

View File

@ -14,7 +14,7 @@ following releases.
## kubeadm upgrade node phase {#cmd-node-phase}
-->
## kubeadm 升级节点阶段 {#cmd-node-phase}
## kubeadm upgrade node phase {#cmd-node-phase}
<!--
Using this phase you can choose to execute the separate steps of the upgrade of