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

This commit is contained in:
Istio Automation 2022-07-15 19:50:58 -07:00 committed by GitHub
parent e202a0995d
commit 3975427ea4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 22 additions and 0 deletions

View File

@ -503,6 +503,11 @@ to enable it. You can execute the following once:</p>
<td>Specify the envoy port to which redirect all TCP traffic (default $ENVOY_PORT = 15001) (default ``)</td>
</tr>
<tr>
<td><code>--host-nsenter-exec</code></td>
<td></td>
<td>Instead of using the internal go netns, use the nsenter command for switching network namespaces. </td>
</tr>
<tr>
<td><code>--inbound-capture-port &lt;string&gt;</code></td>
<td><code>-z</code></td>
<td>Port to which all inbound TCP traffic to the pod/VM should be redirected to (default $INBOUND_CAPTURE_PORT = 15006) (default ``)</td>
@ -1050,6 +1055,12 @@ These environment variables affect the behavior of the <code>pilot-agent</code>
<td>Disables all Envoy agent features.</td>
</tr>
<tr>
<td><code>DNS_FORWARD_PARALLEL</code></td>
<td>Boolean</td>
<td><code>false</code></td>
<td>If set to true, agent will send parallel DNS queries to all upstream nameservers</td>
</tr>
<tr>
<td><code>DNS_PROXY_ADDR</code></td>
<td>String</td>
<td><code>localhost:15053</code></td>

View File

@ -503,6 +503,11 @@ to enable it. You can execute the following once:</p>
<td>Specify the envoy port to which redirect all TCP traffic (default $ENVOY_PORT = 15001) (default ``)</td>
</tr>
<tr>
<td><code>--host-nsenter-exec</code></td>
<td></td>
<td>Instead of using the internal go netns, use the nsenter command for switching network namespaces. </td>
</tr>
<tr>
<td><code>--inbound-capture-port &lt;string&gt;</code></td>
<td><code>-z</code></td>
<td>Port to which all inbound TCP traffic to the pod/VM should be redirected to (default $INBOUND_CAPTURE_PORT = 15006) (default ``)</td>
@ -1050,6 +1055,12 @@ These environment variables affect the behavior of the <code>pilot-agent</code>
<td>Disables all Envoy agent features.</td>
</tr>
<tr>
<td><code>DNS_FORWARD_PARALLEL</code></td>
<td>Boolean</td>
<td><code>false</code></td>
<td>If set to true, agent will send parallel DNS queries to all upstream nameservers</td>
</tr>
<tr>
<td><code>DNS_PROXY_ADDR</code></td>
<td>String</td>
<td><code>localhost:15053</code></td>