Fixed td tag.

This commit is contained in:
Anne Henmi 2018-11-07 11:11:13 -08:00
parent e1cdcd5322
commit 897a4ba3b1
1 changed files with 2 additions and 1 deletions

View File

@ -72,7 +72,8 @@ command.
<tr>
<td><code>--san</code></td>
<td>Add subject alternative names to certificates (e.g. <code>--san www1.acme.com --san www2.acme.com<code>)</td>
</td>
</tr>
<tr>
<td><code>--unmanaged-cni</codde></td>
<td>This determines who manages the CNI plugin, using <code>true</code> or <code>false</code>. The default is <code>false</code> The <code>true</code> value installs UCP without a managed CNI plugin. UCP and the Kubernetes components will be running but pod to pod networking will not function until a CNI plugin is manually installed. This will impact some functionality of UCP until a CNI plugin is running.</td>
</tr>