mirror of https://github.com/istio/istio.io.git
Automator: update istio.io@ reference docs (#13940)
This commit is contained in:
parent
c4f9b9350a
commit
78d57aec4a
|
@ -750,6 +750,12 @@ These environment variables affect the behavior of the <code>install-cni</code>
|
|||
<td>If enabled, envoy will send builtin lables(e.g. node_name) via OTel sink.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>ENABLE_SELECTOR_BASED_K8S_GATEWAY_POLICY</code></td>
|
||||
<td>Boolean</td>
|
||||
<td><code>true</code></td>
|
||||
<td>If disabled, Gateway API gateways will ignore workloadSelector policies, onlyapplying policies that select the gateway with a targetRef.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>ENABLE_TLS_ON_SIDECAR_INGRESS</code></td>
|
||||
<td>Boolean</td>
|
||||
<td><code>false</code></td>
|
||||
|
|
|
@ -6658,6 +6658,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_SELECTOR_BASED_K8S_GATEWAY_POLICY</code></td>
|
||||
<td>Boolean</td>
|
||||
<td><code>true</code></td>
|
||||
<td>If disabled, Gateway API gateways will ignore workloadSelector policies, onlyapplying policies that select the gateway with a targetRef.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>ENABLE_TLS_ON_SIDECAR_INGRESS</code></td>
|
||||
<td>Boolean</td>
|
||||
<td><code>false</code></td>
|
||||
|
|
|
@ -431,6 +431,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_SELECTOR_BASED_K8S_GATEWAY_POLICY</code></td>
|
||||
<td>Boolean</td>
|
||||
<td><code>true</code></td>
|
||||
<td>If disabled, Gateway API gateways will ignore workloadSelector policies, onlyapplying policies that select the gateway with a targetRef.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>ENABLE_TLS_ON_SIDECAR_INGRESS</code></td>
|
||||
<td>Boolean</td>
|
||||
<td><code>false</code></td>
|
||||
|
|
|
@ -1184,6 +1184,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_SELECTOR_BASED_K8S_GATEWAY_POLICY</code></td>
|
||||
<td>Boolean</td>
|
||||
<td><code>true</code></td>
|
||||
<td>If disabled, Gateway API gateways will ignore workloadSelector policies, onlyapplying policies that select the gateway with a targetRef.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>ENABLE_TLS_ON_SIDECAR_INGRESS</code></td>
|
||||
<td>Boolean</td>
|
||||
<td><code>false</code></td>
|
||||
|
|
|
@ -587,6 +587,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_SELECTOR_BASED_K8S_GATEWAY_POLICY</code></td>
|
||||
<td>Boolean</td>
|
||||
<td><code>true</code></td>
|
||||
<td>If disabled, Gateway API gateways will ignore workloadSelector policies, onlyapplying policies that select the gateway with a targetRef.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>ENABLE_TLS_ON_SIDECAR_INGRESS</code></td>
|
||||
<td>Boolean</td>
|
||||
<td><code>false</code></td>
|
||||
|
|
|
@ -750,6 +750,12 @@ These environment variables affect the behavior of the <code>install-cni</code>
|
|||
<td>If enabled, envoy will send builtin lables(e.g. node_name) via OTel sink.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>ENABLE_SELECTOR_BASED_K8S_GATEWAY_POLICY</code></td>
|
||||
<td>Boolean</td>
|
||||
<td><code>true</code></td>
|
||||
<td>If disabled, Gateway API gateways will ignore workloadSelector policies, onlyapplying policies that select the gateway with a targetRef.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>ENABLE_TLS_ON_SIDECAR_INGRESS</code></td>
|
||||
<td>Boolean</td>
|
||||
<td><code>false</code></td>
|
||||
|
|
|
@ -6658,6 +6658,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_SELECTOR_BASED_K8S_GATEWAY_POLICY</code></td>
|
||||
<td>Boolean</td>
|
||||
<td><code>true</code></td>
|
||||
<td>If disabled, Gateway API gateways will ignore workloadSelector policies, onlyapplying policies that select the gateway with a targetRef.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>ENABLE_TLS_ON_SIDECAR_INGRESS</code></td>
|
||||
<td>Boolean</td>
|
||||
<td><code>false</code></td>
|
||||
|
|
|
@ -431,6 +431,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_SELECTOR_BASED_K8S_GATEWAY_POLICY</code></td>
|
||||
<td>Boolean</td>
|
||||
<td><code>true</code></td>
|
||||
<td>If disabled, Gateway API gateways will ignore workloadSelector policies, onlyapplying policies that select the gateway with a targetRef.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>ENABLE_TLS_ON_SIDECAR_INGRESS</code></td>
|
||||
<td>Boolean</td>
|
||||
<td><code>false</code></td>
|
||||
|
|
|
@ -1184,6 +1184,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_SELECTOR_BASED_K8S_GATEWAY_POLICY</code></td>
|
||||
<td>Boolean</td>
|
||||
<td><code>true</code></td>
|
||||
<td>If disabled, Gateway API gateways will ignore workloadSelector policies, onlyapplying policies that select the gateway with a targetRef.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>ENABLE_TLS_ON_SIDECAR_INGRESS</code></td>
|
||||
<td>Boolean</td>
|
||||
<td><code>false</code></td>
|
||||
|
|
|
@ -587,6 +587,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_SELECTOR_BASED_K8S_GATEWAY_POLICY</code></td>
|
||||
<td>Boolean</td>
|
||||
<td><code>true</code></td>
|
||||
<td>If disabled, Gateway API gateways will ignore workloadSelector policies, onlyapplying policies that select the gateway with a targetRef.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>ENABLE_TLS_ON_SIDECAR_INGRESS</code></td>
|
||||
<td>Boolean</td>
|
||||
<td><code>false</code></td>
|
||||
|
|
Loading…
Reference in New Issue