mirror of https://github.com/istio/istio.io.git
Automator: update istio.io@ reference docs (#16432)
This commit is contained in:
parent
1dd9443a59
commit
32a49b973d
|
|
@ -626,6 +626,12 @@ https://www.envoyproxy.io/docs/envoy/latest/intro/arch_overview/security/ssl#fip
|
|||
<td>If enable, endpoints defined in mesh networks will be configured as internal addresses in Http Connection Manager</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>ENABLE_INBOUND_RETRY_POLICY</code></td>
|
||||
<td>Boolean</td>
|
||||
<td><code>true</code></td>
|
||||
<td>If true, enables retry policy for inbound routes which automatically retries requests that were reset before it reaches the service.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>ENABLE_INGRESS_WAYPOINT_ROUTING</code></td>
|
||||
<td>Boolean</td>
|
||||
<td><code>false</code></td>
|
||||
|
|
@ -710,6 +716,12 @@ https://www.envoyproxy.io/docs/envoy/latest/intro/arch_overview/security/ssl#fip
|
|||
<td>Envoy proxy username</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>EXCLUDE_UNSAFE_503_FROM_DEFAULT_RETRY</code></td>
|
||||
<td>Boolean</td>
|
||||
<td><code>true</code></td>
|
||||
<td>If true, excludes unsafe retry on 503 from default retry policy.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>EXTERNAL_ISTIOD</code></td>
|
||||
<td>Boolean</td>
|
||||
<td><code>false</code></td>
|
||||
|
|
@ -1014,12 +1026,6 @@ Only applies when traffic from all groups (i.e. "*") is being redirected
|
|||
<td>If not empty, endpoints with the label value present will be sent with status DRAINING.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>PILOT_ENABLE_ABSOLUTE_FQDN_VHOST_DOMAIN</code></td>
|
||||
<td>Boolean</td>
|
||||
<td><code>true</code></td>
|
||||
<td>If set to false, Istio will not add the absolute FQDN variant (e.g., my-service.my-ns.svc.cluster.local.) to the domains list for VirtualHost entries.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>PILOT_ENABLE_ALPHA_GATEWAY_API</code></td>
|
||||
<td>Boolean</td>
|
||||
<td><code>false</code></td>
|
||||
|
|
|
|||
|
|
@ -8009,6 +8009,12 @@ https://www.envoyproxy.io/docs/envoy/latest/intro/arch_overview/security/ssl#fip
|
|||
<td>If enable, endpoints defined in mesh networks will be configured as internal addresses in Http Connection Manager</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>ENABLE_INBOUND_RETRY_POLICY</code></td>
|
||||
<td>Boolean</td>
|
||||
<td><code>true</code></td>
|
||||
<td>If true, enables retry policy for inbound routes which automatically retries requests that were reset before it reaches the service.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>ENABLE_INGRESS_WAYPOINT_ROUTING</code></td>
|
||||
<td>Boolean</td>
|
||||
<td><code>false</code></td>
|
||||
|
|
@ -8093,6 +8099,12 @@ https://www.envoyproxy.io/docs/envoy/latest/intro/arch_overview/security/ssl#fip
|
|||
<td>If true, will use optimized vtprotobuf based marshaling. Requires a build with -tags=vtprotobuf.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>EXCLUDE_UNSAFE_503_FROM_DEFAULT_RETRY</code></td>
|
||||
<td>Boolean</td>
|
||||
<td><code>true</code></td>
|
||||
<td>If true, excludes unsafe retry on 503 from default retry policy.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>EXTERNAL_ISTIOD</code></td>
|
||||
<td>Boolean</td>
|
||||
<td><code>false</code></td>
|
||||
|
|
@ -8451,12 +8463,6 @@ Only applies when traffic from all groups (i.e. "*") is being redirected
|
|||
<td>If not empty, endpoints with the label value present will be sent with status DRAINING.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>PILOT_ENABLE_ABSOLUTE_FQDN_VHOST_DOMAIN</code></td>
|
||||
<td>Boolean</td>
|
||||
<td><code>true</code></td>
|
||||
<td>If set to false, Istio will not add the absolute FQDN variant (e.g., my-service.my-ns.svc.cluster.local.) to the domains list for VirtualHost entries.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>PILOT_ENABLE_ALPHA_GATEWAY_API</code></td>
|
||||
<td>Boolean</td>
|
||||
<td><code>false</code></td>
|
||||
|
|
|
|||
|
|
@ -892,6 +892,12 @@ https://www.envoyproxy.io/docs/envoy/latest/intro/arch_overview/security/ssl#fip
|
|||
<td>If enable, endpoints defined in mesh networks will be configured as internal addresses in Http Connection Manager</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>ENABLE_INBOUND_RETRY_POLICY</code></td>
|
||||
<td>Boolean</td>
|
||||
<td><code>true</code></td>
|
||||
<td>If true, enables retry policy for inbound routes which automatically retries requests that were reset before it reaches the service.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>ENABLE_INGRESS_WAYPOINT_ROUTING</code></td>
|
||||
<td>Boolean</td>
|
||||
<td><code>false</code></td>
|
||||
|
|
@ -1000,6 +1006,12 @@ https://www.envoyproxy.io/docs/envoy/latest/intro/arch_overview/security/ssl#fip
|
|||
<td>Envoy proxy username</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>EXCLUDE_UNSAFE_503_FROM_DEFAULT_RETRY</code></td>
|
||||
<td>Boolean</td>
|
||||
<td><code>true</code></td>
|
||||
<td>If true, excludes unsafe retry on 503 from default retry policy.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>EXIT_ON_ZERO_ACTIVE_CONNECTIONS</code></td>
|
||||
<td>Boolean</td>
|
||||
<td><code>false</code></td>
|
||||
|
|
@ -1412,12 +1424,6 @@ Only applies when traffic from all groups (i.e. "*") is being redirected
|
|||
<td>If not empty, endpoints with the label value present will be sent with status DRAINING.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>PILOT_ENABLE_ABSOLUTE_FQDN_VHOST_DOMAIN</code></td>
|
||||
<td>Boolean</td>
|
||||
<td><code>true</code></td>
|
||||
<td>If set to false, Istio will not add the absolute FQDN variant (e.g., my-service.my-ns.svc.cluster.local.) to the domains list for VirtualHost entries.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>PILOT_ENABLE_ALPHA_GATEWAY_API</code></td>
|
||||
<td>Boolean</td>
|
||||
<td><code>false</code></td>
|
||||
|
|
|
|||
|
|
@ -560,6 +560,12 @@ https://www.envoyproxy.io/docs/envoy/latest/intro/arch_overview/security/ssl#fip
|
|||
<td>If enable, endpoints defined in mesh networks will be configured as internal addresses in Http Connection Manager</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>ENABLE_INBOUND_RETRY_POLICY</code></td>
|
||||
<td>Boolean</td>
|
||||
<td><code>true</code></td>
|
||||
<td>If true, enables retry policy for inbound routes which automatically retries requests that were reset before it reaches the service.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>ENABLE_INGRESS_WAYPOINT_ROUTING</code></td>
|
||||
<td>Boolean</td>
|
||||
<td><code>false</code></td>
|
||||
|
|
@ -644,6 +650,12 @@ https://www.envoyproxy.io/docs/envoy/latest/intro/arch_overview/security/ssl#fip
|
|||
<td>If true, will use optimized vtprotobuf based marshaling. Requires a build with -tags=vtprotobuf.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>EXCLUDE_UNSAFE_503_FROM_DEFAULT_RETRY</code></td>
|
||||
<td>Boolean</td>
|
||||
<td><code>true</code></td>
|
||||
<td>If true, excludes unsafe retry on 503 from default retry policy.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>EXTERNAL_CA</code></td>
|
||||
<td>String</td>
|
||||
<td><code></code></td>
|
||||
|
|
@ -990,12 +1002,6 @@ Only applies when traffic from all groups (i.e. "*") is being redirected
|
|||
<td>If not empty, endpoints with the label value present will be sent with status DRAINING.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>PILOT_ENABLE_ABSOLUTE_FQDN_VHOST_DOMAIN</code></td>
|
||||
<td>Boolean</td>
|
||||
<td><code>true</code></td>
|
||||
<td>If set to false, Istio will not add the absolute FQDN variant (e.g., my-service.my-ns.svc.cluster.local.) to the domains list for VirtualHost entries.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>PILOT_ENABLE_ALPHA_GATEWAY_API</code></td>
|
||||
<td>Boolean</td>
|
||||
<td><code>false</code></td>
|
||||
|
|
|
|||
|
|
@ -626,6 +626,12 @@ https://www.envoyproxy.io/docs/envoy/latest/intro/arch_overview/security/ssl#fip
|
|||
<td>If enable, endpoints defined in mesh networks will be configured as internal addresses in Http Connection Manager</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>ENABLE_INBOUND_RETRY_POLICY</code></td>
|
||||
<td>Boolean</td>
|
||||
<td><code>true</code></td>
|
||||
<td>If true, enables retry policy for inbound routes which automatically retries requests that were reset before it reaches the service.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>ENABLE_INGRESS_WAYPOINT_ROUTING</code></td>
|
||||
<td>Boolean</td>
|
||||
<td><code>false</code></td>
|
||||
|
|
@ -710,6 +716,12 @@ https://www.envoyproxy.io/docs/envoy/latest/intro/arch_overview/security/ssl#fip
|
|||
<td>Envoy proxy username</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>EXCLUDE_UNSAFE_503_FROM_DEFAULT_RETRY</code></td>
|
||||
<td>Boolean</td>
|
||||
<td><code>true</code></td>
|
||||
<td>If true, excludes unsafe retry on 503 from default retry policy.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>EXTERNAL_ISTIOD</code></td>
|
||||
<td>Boolean</td>
|
||||
<td><code>false</code></td>
|
||||
|
|
@ -1014,12 +1026,6 @@ Only applies when traffic from all groups (i.e. "*") is being redirected
|
|||
<td>If not empty, endpoints with the label value present will be sent with status DRAINING.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>PILOT_ENABLE_ABSOLUTE_FQDN_VHOST_DOMAIN</code></td>
|
||||
<td>Boolean</td>
|
||||
<td><code>true</code></td>
|
||||
<td>If set to false, Istio will not add the absolute FQDN variant (e.g., my-service.my-ns.svc.cluster.local.) to the domains list for VirtualHost entries.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>PILOT_ENABLE_ALPHA_GATEWAY_API</code></td>
|
||||
<td>Boolean</td>
|
||||
<td><code>false</code></td>
|
||||
|
|
|
|||
|
|
@ -8009,6 +8009,12 @@ https://www.envoyproxy.io/docs/envoy/latest/intro/arch_overview/security/ssl#fip
|
|||
<td>If enable, endpoints defined in mesh networks will be configured as internal addresses in Http Connection Manager</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>ENABLE_INBOUND_RETRY_POLICY</code></td>
|
||||
<td>Boolean</td>
|
||||
<td><code>true</code></td>
|
||||
<td>If true, enables retry policy for inbound routes which automatically retries requests that were reset before it reaches the service.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>ENABLE_INGRESS_WAYPOINT_ROUTING</code></td>
|
||||
<td>Boolean</td>
|
||||
<td><code>false</code></td>
|
||||
|
|
@ -8093,6 +8099,12 @@ https://www.envoyproxy.io/docs/envoy/latest/intro/arch_overview/security/ssl#fip
|
|||
<td>If true, will use optimized vtprotobuf based marshaling. Requires a build with -tags=vtprotobuf.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>EXCLUDE_UNSAFE_503_FROM_DEFAULT_RETRY</code></td>
|
||||
<td>Boolean</td>
|
||||
<td><code>true</code></td>
|
||||
<td>If true, excludes unsafe retry on 503 from default retry policy.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>EXTERNAL_ISTIOD</code></td>
|
||||
<td>Boolean</td>
|
||||
<td><code>false</code></td>
|
||||
|
|
@ -8451,12 +8463,6 @@ Only applies when traffic from all groups (i.e. "*") is being redirected
|
|||
<td>If not empty, endpoints with the label value present will be sent with status DRAINING.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>PILOT_ENABLE_ABSOLUTE_FQDN_VHOST_DOMAIN</code></td>
|
||||
<td>Boolean</td>
|
||||
<td><code>true</code></td>
|
||||
<td>If set to false, Istio will not add the absolute FQDN variant (e.g., my-service.my-ns.svc.cluster.local.) to the domains list for VirtualHost entries.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>PILOT_ENABLE_ALPHA_GATEWAY_API</code></td>
|
||||
<td>Boolean</td>
|
||||
<td><code>false</code></td>
|
||||
|
|
|
|||
|
|
@ -892,6 +892,12 @@ https://www.envoyproxy.io/docs/envoy/latest/intro/arch_overview/security/ssl#fip
|
|||
<td>If enable, endpoints defined in mesh networks will be configured as internal addresses in Http Connection Manager</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>ENABLE_INBOUND_RETRY_POLICY</code></td>
|
||||
<td>Boolean</td>
|
||||
<td><code>true</code></td>
|
||||
<td>If true, enables retry policy for inbound routes which automatically retries requests that were reset before it reaches the service.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>ENABLE_INGRESS_WAYPOINT_ROUTING</code></td>
|
||||
<td>Boolean</td>
|
||||
<td><code>false</code></td>
|
||||
|
|
@ -1000,6 +1006,12 @@ https://www.envoyproxy.io/docs/envoy/latest/intro/arch_overview/security/ssl#fip
|
|||
<td>Envoy proxy username</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>EXCLUDE_UNSAFE_503_FROM_DEFAULT_RETRY</code></td>
|
||||
<td>Boolean</td>
|
||||
<td><code>true</code></td>
|
||||
<td>If true, excludes unsafe retry on 503 from default retry policy.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>EXIT_ON_ZERO_ACTIVE_CONNECTIONS</code></td>
|
||||
<td>Boolean</td>
|
||||
<td><code>false</code></td>
|
||||
|
|
@ -1412,12 +1424,6 @@ Only applies when traffic from all groups (i.e. "*") is being redirected
|
|||
<td>If not empty, endpoints with the label value present will be sent with status DRAINING.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>PILOT_ENABLE_ABSOLUTE_FQDN_VHOST_DOMAIN</code></td>
|
||||
<td>Boolean</td>
|
||||
<td><code>true</code></td>
|
||||
<td>If set to false, Istio will not add the absolute FQDN variant (e.g., my-service.my-ns.svc.cluster.local.) to the domains list for VirtualHost entries.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>PILOT_ENABLE_ALPHA_GATEWAY_API</code></td>
|
||||
<td>Boolean</td>
|
||||
<td><code>false</code></td>
|
||||
|
|
|
|||
|
|
@ -560,6 +560,12 @@ https://www.envoyproxy.io/docs/envoy/latest/intro/arch_overview/security/ssl#fip
|
|||
<td>If enable, endpoints defined in mesh networks will be configured as internal addresses in Http Connection Manager</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>ENABLE_INBOUND_RETRY_POLICY</code></td>
|
||||
<td>Boolean</td>
|
||||
<td><code>true</code></td>
|
||||
<td>If true, enables retry policy for inbound routes which automatically retries requests that were reset before it reaches the service.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>ENABLE_INGRESS_WAYPOINT_ROUTING</code></td>
|
||||
<td>Boolean</td>
|
||||
<td><code>false</code></td>
|
||||
|
|
@ -644,6 +650,12 @@ https://www.envoyproxy.io/docs/envoy/latest/intro/arch_overview/security/ssl#fip
|
|||
<td>If true, will use optimized vtprotobuf based marshaling. Requires a build with -tags=vtprotobuf.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>EXCLUDE_UNSAFE_503_FROM_DEFAULT_RETRY</code></td>
|
||||
<td>Boolean</td>
|
||||
<td><code>true</code></td>
|
||||
<td>If true, excludes unsafe retry on 503 from default retry policy.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>EXTERNAL_CA</code></td>
|
||||
<td>String</td>
|
||||
<td><code></code></td>
|
||||
|
|
@ -990,12 +1002,6 @@ Only applies when traffic from all groups (i.e. "*") is being redirected
|
|||
<td>If not empty, endpoints with the label value present will be sent with status DRAINING.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>PILOT_ENABLE_ABSOLUTE_FQDN_VHOST_DOMAIN</code></td>
|
||||
<td>Boolean</td>
|
||||
<td><code>true</code></td>
|
||||
<td>If set to false, Istio will not add the absolute FQDN variant (e.g., my-service.my-ns.svc.cluster.local.) to the domains list for VirtualHost entries.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>PILOT_ENABLE_ALPHA_GATEWAY_API</code></td>
|
||||
<td>Boolean</td>
|
||||
<td><code>false</code></td>
|
||||
|
|
|
|||
Loading…
Reference in New Issue