Skip to content

Commit

Permalink
Delete SEE ALSO section under content/zh/docs/reference/setup-tools/k…
Browse files Browse the repository at this point in the history
…ubeadm/generated/. (#18524)
  • Loading branch information
ttonline6 authored and k8s-ci-robot committed Jan 9, 2020
1 parent 123df01 commit 49ba924
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 34 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

<!--
<!--
### Synopsis
-->
### 概要
Expand All @@ -13,8 +13,8 @@ This command is not meant to be run on its own. See list of available subcommand
kubeadm init phase etcd [flags]
```

<!--
### Options
<!--
### Options
-->
### 选项

Expand Down Expand Up @@ -67,19 +67,4 @@ kubeadm init phase etcd [flags]
</tr>

</tbody>
</table>



<!--
SEE ALSO
-->
查看其它

<!--
* [kubeadm init phase](kubeadm_init_phase.md) - Use this command to invoke single phase of the init workflow
* [kubeadm init phase etcd local](kubeadm_init_phase_etcd_local.md) - Generate the static Pod manifest file for a local, single-node local etcd instance
-->
* [kubeadm init phase](kubeadm_init_phase.md) - 使用此命令可以调用 `init` 工作流程的单个阶段
* [kubeadm init phase etcd local](kubeadm_init_phase_etcd_local.md) - 为本地单节点 etcd 实例生成静态 Pod 清单文件

</table>
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ kubeadm init phase etcd local [flags]
```
# 为 etcd 生成静态 Pod 清单文件,其功能等效于 kubeadm init 生成的文件。
kubeadm init phase etcd local
# 使用从配置文件读取的选项为 etcd 生成静态 Pod 清单文件。
kubeadm init phase etcd local --config config.yaml
```
Expand Down Expand Up @@ -146,17 +146,4 @@ kubeadm init phase etcd local --config config.yaml
</tr>

</tbody>
</table>



<!--
SEE ALSO
-->
查看其它

<!--
* [kubeadm init phase etcd](kubeadm_init_phase_etcd.md) - Generate static Pod manifest file for local etcd
-->
* [kubeadm init phase etcd](kubeadm_init_phase_etcd.md) - 为本地 etcd 生成静态 Pod 清单文件

</table>

0 comments on commit 49ba924

Please sign in to comment.