zh_trans:kubeadm_alpha_phase_kubeconfig.md (#11146)

* zh_trans:kubeadm_alpha_phase_kubeconfig.md

* Update kubeadm_alpha_phase_kubeconfig.md

* Update kubeadm_alpha_phase_kubeconfig.md
This commit is contained in:
congfairy
2018-11-25 11:20:42 +08:00
committed by Qiming
parent 7d5043d5d1
commit 08b01b32be
@@ -0,0 +1,96 @@
<!--
Generates all kubeconfig files necessary to establish the control plane and the admin kubeconfig file
### Synopsis
This command is not meant to be run on its own. See list of available subcommands.
### Options
-->
生成建立控制面所需的所有 kubeconfig 文件和 admin kubeconfig 文件
### 简介
此命令不能单独运行。请参阅可用子命令列表。
### 选项
<!--
<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 kubeconfig</td>
</tr>
</tbody>
</table>
-->
<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;">kubeconfig帮助</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>
-->
<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] 查看宿主机文件系统根目录</td>
</tr>
</tbody>
</table>