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

This commit is contained in:
Istio Automation 2021-09-02 19:50:49 -07:00 committed by GitHub
parent eec623fba6
commit c45c2ecb31
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 7 additions and 25 deletions

View File

@ -7367,12 +7367,6 @@ These environment variables affect the behavior of the <code>istioctl</code> com
<td>If enabled, Pilot will use EndpointSlices as the source of endpoints for Kubernetes services. By default, this is false, and Endpoints will be used. This requires the Kubernetes EndpointSlice controller to be enabled. Currently this is mutual exclusive - either Endpoints or EndpointSlices will be used</td>
</tr>
<tr>
<td><code>PILOT_USE_TARGET_PORT_FOR_GATEWAY_ROUTES</code></td>
<td>Boolean</td>
<td><code>true</code></td>
<td>If true, routes will use the target port of the gateway service in the route name, not the service port.</td>
</tr>
<tr>
<td><code>PILOT_WORKLOAD_ENTRY_GRACE_PERIOD</code></td>
<td>Time Duration</td>
<td><code>10s</code></td>

View File

@ -769,12 +769,6 @@ These environment variables affect the behavior of the <code>operator</code> com
<td>If enabled, Pilot will use EndpointSlices as the source of endpoints for Kubernetes services. By default, this is false, and Endpoints will be used. This requires the Kubernetes EndpointSlice controller to be enabled. Currently this is mutual exclusive - either Endpoints or EndpointSlices will be used</td>
</tr>
<tr>
<td><code>PILOT_USE_TARGET_PORT_FOR_GATEWAY_ROUTES</code></td>
<td>Boolean</td>
<td><code>true</code></td>
<td>If true, routes will use the target port of the gateway service in the route name, not the service port.</td>
</tr>
<tr>
<td><code>PILOT_WORKLOAD_ENTRY_GRACE_PERIOD</code></td>
<td>Time Duration</td>
<td><code>10s</code></td>

View File

@ -518,7 +518,7 @@ $ pilot-agent completion zsh &gt; /usr/local/share/zsh/site-functions/_pilot-age
<tr>
<td><code>--istio-exclude-interfaces &lt;string&gt;</code></td>
<td></td>
<td>Comma separated list of NIC (optional). Neither inbound nor outbound traffic will be captured. It (default ``)</td>
<td>Comma separated list of NIC (optional). Neither inbound nor outbound traffic will be captured (default ``)</td>
</tr>
<tr>
<td><code>--istio-inbound-interception-mode &lt;string&gt;</code></td>
@ -1181,6 +1181,12 @@ These environment variables affect the behavior of the <code>pilot-agent</code>
<td>Custom host name of istiod that istiod signs the server cert.</td>
</tr>
<tr>
<td><code>ISTIOD_SAN</code></td>
<td>String</td>
<td><code></code></td>
<td>Override the ServerName used to validate Istiod certificate. Can be used as an alternative to setting /etc/hosts for VMs - discovery address will be an IP:port</td>
</tr>
<tr>
<td><code>ISTIO_AGENT_ENABLE_WASM_REMOTE_LOAD_CONVERSION</code></td>
<td>Boolean</td>
<td><code>true</code></td>
@ -1619,12 +1625,6 @@ These environment variables affect the behavior of the <code>pilot-agent</code>
<td>If enabled, Pilot will use EndpointSlices as the source of endpoints for Kubernetes services. By default, this is false, and Endpoints will be used. This requires the Kubernetes EndpointSlice controller to be enabled. Currently this is mutual exclusive - either Endpoints or EndpointSlices will be used</td>
</tr>
<tr>
<td><code>PILOT_USE_TARGET_PORT_FOR_GATEWAY_ROUTES</code></td>
<td>Boolean</td>
<td><code>true</code></td>
<td>If true, routes will use the target port of the gateway service in the route name, not the service port.</td>
</tr>
<tr>
<td><code>PILOT_WORKLOAD_ENTRY_GRACE_PERIOD</code></td>
<td>Time Duration</td>
<td><code>10s</code></td>

View File

@ -1015,12 +1015,6 @@ These environment variables affect the behavior of the <code>pilot-discovery</co
<td>If enabled, Pilot will use EndpointSlices as the source of endpoints for Kubernetes services. By default, this is false, and Endpoints will be used. This requires the Kubernetes EndpointSlice controller to be enabled. Currently this is mutual exclusive - either Endpoints or EndpointSlices will be used</td>
</tr>
<tr>
<td><code>PILOT_USE_TARGET_PORT_FOR_GATEWAY_ROUTES</code></td>
<td>Boolean</td>
<td><code>true</code></td>
<td>If true, routes will use the target port of the gateway service in the route name, not the service port.</td>
</tr>
<tr>
<td><code>PILOT_WORKLOAD_ENTRY_GRACE_PERIOD</code></td>
<td>Time Duration</td>
<td><code>10s</code></td>