Reference doc for kubeadm (release-1.11) (#9044)

* Reference doc for kubeadm (release-1.11)

* fix shortcode to troubleshoot deploy (#9057)
This commit is contained in:
Qiming
2018-06-14 08:27:28 +08:00
committed by Misty Linville
parent bf668921f4
commit 9e69b33365
81 changed files with 1510 additions and 426 deletions
@@ -12,7 +12,7 @@ kubeadm version [flags]
### Options
<table style="width: 100%;">
<table style="width: 100%; table-layout: fixed;">
<colgroup>
<col span="1" style="width: 10px;" />
<col span="1" />
@@ -23,14 +23,14 @@ kubeadm version [flags]
<td colspan="2">-h, --help</td>
</tr>
<tr>
<td></td><td style="line-height: 130%">help for version</td>
<td></td><td style="line-height: 130%; word-wrap: break-word;">help for version</td>
</tr>
<tr>
<td colspan="2">-o, --output string</td>
</tr>
<tr>
<td></td><td style="line-height: 130%">Output format; available options are 'yaml', 'json' and 'short'</td>
<td></td><td style="line-height: 130%; word-wrap: break-word;">Output format; available options are 'yaml', 'json' and 'short'</td>
</tr>
</tbody>