mirror of https://github.com/istio/istio.io.git
Automator: update istio.io@ reference docs (#10408)
This commit is contained in:
parent
2c4a3b6f79
commit
8db7edc9f7
|
@ -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 <string></code></td>
|
||||
<td></td>
|
||||
<td>The namespaces the operator controller watches, could be namespace list separated by comma, eg. 'ns1,ns2' (default `istio-system`)</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h2 id="istioctl-operator-init">istioctl operator init</h2>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue