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

This commit is contained in:
Istio Automation 2021-08-17 19:58:06 -07:00 committed by GitHub
parent b98e4b2341
commit 2512a7f790
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 13 additions and 1 deletions

View File

@ -1122,6 +1122,12 @@ These environment variables affect the behavior of the <code>pilot-agent</code>
<td>If this is set to true, one Istiod will control remote clusters including CA.</td>
</tr>
<tr>
<td><code>FILE_DEBOUNCE_DURATION</code></td>
<td>Time Duration</td>
<td><code>100ms</code></td>
<td>The duration for which the file read operation is delayed once file update is detected</td>
</tr>
<tr>
<td><code>FILE_MOUNTED_CERTS</code></td>
<td>Boolean</td>
<td><code>false</code></td>
@ -1671,7 +1677,13 @@ These environment variables affect the behavior of the <code>pilot-agent</code>
<td><code>PROXY_XDS_DEBUG_VIA_AGENT</code></td>
<td>Boolean</td>
<td><code>true</code></td>
<td>If set to true, the agent will listen on 15004 and offer pilot&#39;s XDS istio.io/debug debug API there.</td>
<td>If set to true, the agent will listen on tap port and offer pilot&#39;s XDS istio.io/debug debug API there.</td>
</tr>
<tr>
<td><code>PROXY_XDS_DEBUG_VIA_AGENT_PORT</code></td>
<td>Integer</td>
<td><code>15004</code></td>
<td>Agent debugging port.</td>
</tr>
<tr>
<td><code>REQUIRE_3P_TOKEN</code></td>