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

This commit is contained in:
Istio Automation 2021-12-28 18:48:20 -08:00 committed by GitHub
parent a5059516da
commit 453c2d87cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 24 additions and 0 deletions

View File

@ -491,6 +491,11 @@ $ pilot-agent completion zsh > /usr/local/share/zsh/site-functions/_pilot-age
<td>Whether to run as CNI plugin. </td>
</tr>
<tr>
<td><code>--drop-invalid</code></td>
<td></td>
<td>Enable invalid drop in the iptables rules </td>
</tr>
<tr>
<td><code>--dry-run</code></td>
<td><code>-n</code></td>
<td>Do not call any external dependencies like iptables </td>
@ -1294,6 +1299,12 @@ These environment variables affect the behavior of the <code>pilot-agent</code>
<td>If set to true, enable the capture of outgoing DNS packets on port 53, redirecting to istio-agent on :15053</td>
</tr>
<tr>
<td><code>ISTIO_META_INVALID_DROP</code></td>
<td>Boolean</td>
<td><code>false</code></td>
<td>If set to true, enable the invalid drop iptables rule, default false will cause iptables reset out of window packets</td>
</tr>
<tr>
<td><code>ISTIO_MULTIROOT_MESH</code></td>
<td>Boolean</td>
<td><code>false</code></td>

View File

@ -142,6 +142,19 @@ Istio supports to control its behavior.
<tr>
<td><code>networking.istio.io/gatewayPort</code></td>
<td>Alpha</td>
<td>[Service]</td>
<td>IstioGatewayPortLabel overrides the default 15443 value to use for a multi-network gateway's port</td>
</tr>
<tr>
<td><code>prometheus.istio.io/merge-metrics</code></td>