Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Delete SEE ALSO section under content/zh/docs/reference/setup-tools/k… #18524

Merged
merged 1 commit into from
Jan 9, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

<!--
<!--
### Synopsis
-->
### 概要
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

与上方注释调换位置

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>