Skip to content

Commit

Permalink
add ZH translation /docs/reference/setup-tools/kubeadm/generated/kube…
Browse files Browse the repository at this point in the history
…adm_init_phase_kubeconfig.md
  • Loading branch information
tanjunchen committed Oct 7, 2019
1 parent 323ff6e commit 3513906
Showing 1 changed file with 91 additions and 0 deletions.
@@ -0,0 +1,91 @@

<!-- Generates all kubeconfig files necessary to establish the control plane and the admin kubeconfig file -->
生成建立控制平面和管理 kubeconfig 文件所需的所有 kubeconfig 文件

<!-- ### Synopsis -->
### 概要


<!-- This command is not meant to be run on its own. See list of available subcommands. -->
此命令并不意味着必须单独运行。请阅读可用子命令列表。

```
kubeadm init phase kubeconfig [flags]
```

<!-- ### 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 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;">[实验性] "真实"主机根文件系统的路径。</td>
</tr>

</tbody>
</table>



0 comments on commit 3513906

Please sign in to comment.