Automator: update istio.io@ reference docs (#10408)

This commit is contained in:
Istio Automation 2021-10-07 08:13:34 -07:00 committed by GitHub
parent 2c4a3b6f79
commit 8db7edc9f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 4 deletions

View File

@ -4900,6 +4900,11 @@ or release tar URL (e.g. https://github.com/istio/istio/releases/download/1.12/i
<td></td>
<td>number for the log level verbosity. Like -v flag. ex: --vklog=9 (default `0`)</td>
</tr>
<tr>
<td><code>--watchedNamespaces &lt;string&gt;</code></td>
<td></td>
<td>The namespaces the operator controller watches, could be namespace list separated by comma, eg. &#39;ns1,ns2&#39; (default `istio-system`)</td>
</tr>
</tbody>
</table>
<h2 id="istioctl-operator-init">istioctl operator init</h2>

View File

@ -934,10 +934,7 @@ value. This server is typically used to provide connectivity
between services in disparate L3 networks that otherwise do
not have direct connectivity between their respective
endpoints. Use of this mode assumes that both the source and
the destination are using Istio mTLS to secure traffic.
In order for this mode to be enabled, the gateway deployment
must be configured with the <code>ISTIO_META_ROUTER_MODE=sni-dnat</code>
environment variable.</p>
the destination are using Istio mTLS to secure traffic.</p>
</td>
</tr>