Create kubeadm_join_phase.md (#16826)

This commit is contained in:
Sophy417
2019-10-15 17:13:52 +08:00
committed by Kubernetes Prow Robot
parent fb996c1a8c
commit 72bf8529a0
@@ -0,0 +1,76 @@
<!--
use this command to invoke single phase of the join workflow
-->
使用此命令来调用连接工作流程的单阶段
<!--
### Synopsis
-->
### 概要
<!--
use this command to invoke single phase of the join workflow
-->
使用此命令来调用连接工作流程的单阶段
<!--
### Options
-->
### 选项
<table style="width: 100%; table-layout: fixed;">
<colgroup>
<col span="1" style="width: 10px;" />
<col span="1" />
</colgroup>
<tbody>
<tr>
<td colspan="2">-h, --help</td>
</tr>
<tr>
<td></td><td style="line-height: 130%; word-wrap: break-word;">
<!--
help for phase
-->
协助阶段
</td>
</tr>
</tbody>
</table>
<!--
### Options inherited from parent commands
-->
### 从父命令继承的选项
<table style="width: 100%; table-layout: fixed;">
<colgroup>
<col span="1" style="width: 10px;" />
<col span="1" />
</colgroup>
<tbody>
<tr>
<td colspan="2">--rootfs string</td>
</tr>
<tr>
<td></td><td style="line-height: 130%; word-wrap: break-word;">
<!--
[EXPERIMENTAL] The path to the 'real' host root filesystem.
-->
[实验性]“真实”主机根文件系统的路径。
</td>
</tr>
</tbody>
</table>