mirror of https://github.com/istio/istio.io.git
Automator: update istio.io@ reference docs (#11592)
This commit is contained in:
parent
e202a0995d
commit
3975427ea4
|
|
@ -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 <string></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>
|
||||
|
|
|
|||
|
|
@ -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 <string></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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue