mirror of https://github.com/istio/istio.io.git
Automator: update istio.io@ reference docs (#10783)
This commit is contained in:
parent
0d7092fcbe
commit
3841e65b3c
|
@ -720,6 +720,12 @@ These environment variables affect the behavior of the <code>install-cni</code>
|
|||
<td>If true, the DNS name table for a headless service will resolve to same-network endpoints in any cluster.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>ENABLE_TLS_ON_SIDECAR_INGRESS</code></td>
|
||||
<td>Boolean</td>
|
||||
<td><code>false</code></td>
|
||||
<td>If enabled, the TLS configuration on Sidecar.ingress will take effect</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>ENABLE_WASM_TELEMETRY</code></td>
|
||||
<td>Boolean</td>
|
||||
<td><code>false</code></td>
|
||||
|
|
|
@ -6970,6 +6970,12 @@ These environment variables affect the behavior of the <code>istioctl</code> com
|
|||
<td>If enabled, readiness probes will keep the connection from pilot-agent to the application alive. This mirrors older Istio versions' behaviors, but not kubelet's.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>ENABLE_TLS_ON_SIDECAR_INGRESS</code></td>
|
||||
<td>Boolean</td>
|
||||
<td><code>false</code></td>
|
||||
<td>If enabled, the TLS configuration on Sidecar.ingress will take effect</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>ENABLE_WASM_TELEMETRY</code></td>
|
||||
<td>Boolean</td>
|
||||
<td><code>false</code></td>
|
||||
|
|
|
@ -354,6 +354,12 @@ These environment variables affect the behavior of the <code>operator</code> com
|
|||
<td>If enabled, readiness probes will keep the connection from pilot-agent to the application alive. This mirrors older Istio versions' behaviors, but not kubelet's.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>ENABLE_TLS_ON_SIDECAR_INGRESS</code></td>
|
||||
<td>Boolean</td>
|
||||
<td><code>false</code></td>
|
||||
<td>If enabled, the TLS configuration on Sidecar.ingress will take effect</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>ENABLE_WASM_TELEMETRY</code></td>
|
||||
<td>Boolean</td>
|
||||
<td><code>false</code></td>
|
||||
|
|
|
@ -1120,6 +1120,12 @@ These environment variables affect the behavior of the <code>pilot-agent</code>
|
|||
<td>If enabled, readiness probes will keep the connection from pilot-agent to the application alive. This mirrors older Istio versions' behaviors, but not kubelet's.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>ENABLE_TLS_ON_SIDECAR_INGRESS</code></td>
|
||||
<td>Boolean</td>
|
||||
<td><code>false</code></td>
|
||||
<td>If enabled, the TLS configuration on Sidecar.ingress will take effect</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>ENABLE_WASM_TELEMETRY</code></td>
|
||||
<td>Boolean</td>
|
||||
<td><code>false</code></td>
|
||||
|
|
|
@ -565,6 +565,12 @@ These environment variables affect the behavior of the <code>pilot-discovery</co
|
|||
<td>If enabled, readiness probes will keep the connection from pilot-agent to the application alive. This mirrors older Istio versions' behaviors, but not kubelet's.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>ENABLE_TLS_ON_SIDECAR_INGRESS</code></td>
|
||||
<td>Boolean</td>
|
||||
<td><code>false</code></td>
|
||||
<td>If enabled, the TLS configuration on Sidecar.ingress will take effect</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>ENABLE_WASM_TELEMETRY</code></td>
|
||||
<td>Boolean</td>
|
||||
<td><code>false</code></td>
|
||||
|
|
Loading…
Reference in New Issue