mirror of https://github.com/istio/istio.io.git
Automator: update istio.io@ reference docs (#10297)
This commit is contained in:
parent
eec623fba6
commit
c45c2ecb31
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -518,7 +518,7 @@ $ pilot-agent completion zsh > /usr/local/share/zsh/site-functions/_pilot-age
|
|||
<tr>
|
||||
<td><code>--istio-exclude-interfaces <string></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 <string></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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue