mirror of https://github.com/istio/istio.io.git
Automator: update istio.io@ reference docs (#16269)
This commit is contained in:
parent
6cb6c5406c
commit
1e456052ef
|
@ -602,12 +602,24 @@ https://www.envoyproxy.io/docs/envoy/latest/intro/arch_overview/security/ssl#fip
|
|||
<td>If this is set to false, the debug interface will not be enabled, recommended for production</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>ENABLE_DEFERRED_CLUSTER_CREATION</code></td>
|
||||
<td>Boolean</td>
|
||||
<td><code>true</code></td>
|
||||
<td>If enabled, Istio will create clusters only when there are requests. This will save memory and CPU cycles in cases where there are lots of inactive clusters and > 1 worker thread</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>ENABLE_DEFERRED_STATS_CREATION</code></td>
|
||||
<td>Boolean</td>
|
||||
<td><code>true</code></td>
|
||||
<td>If enabled, Istio will lazily initialize a subset of the stats</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>ENABLE_DELIMITED_STATS_TAG_REGEX</code></td>
|
||||
<td>Boolean</td>
|
||||
<td><code>true</code></td>
|
||||
<td>If true, pilot will use the new delimited stat tag regex to generate Envoy stats tags.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>ENABLE_ENHANCED_DESTINATIONRULE_MERGE</code></td>
|
||||
<td>Boolean</td>
|
||||
<td><code>true</code></td>
|
||||
|
|
|
@ -7863,12 +7863,24 @@ https://www.envoyproxy.io/docs/envoy/latest/intro/arch_overview/security/ssl#fip
|
|||
<td>If this is set to false, the debug interface will not be enabled, recommended for production</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>ENABLE_DEFERRED_CLUSTER_CREATION</code></td>
|
||||
<td>Boolean</td>
|
||||
<td><code>true</code></td>
|
||||
<td>If enabled, Istio will create clusters only when there are requests. This will save memory and CPU cycles in cases where there are lots of inactive clusters and > 1 worker thread</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>ENABLE_DEFERRED_STATS_CREATION</code></td>
|
||||
<td>Boolean</td>
|
||||
<td><code>true</code></td>
|
||||
<td>If enabled, Istio will lazily initialize a subset of the stats</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>ENABLE_DELIMITED_STATS_TAG_REGEX</code></td>
|
||||
<td>Boolean</td>
|
||||
<td><code>true</code></td>
|
||||
<td>If true, pilot will use the new delimited stat tag regex to generate Envoy stats tags.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>ENABLE_ENHANCED_DESTINATIONRULE_MERGE</code></td>
|
||||
<td>Boolean</td>
|
||||
<td><code>true</code></td>
|
||||
|
|
|
@ -873,12 +873,24 @@ https://www.envoyproxy.io/docs/envoy/latest/intro/arch_overview/security/ssl#fip
|
|||
<td>If this is set to false, the debug interface will not be enabled, recommended for production</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>ENABLE_DEFERRED_CLUSTER_CREATION</code></td>
|
||||
<td>Boolean</td>
|
||||
<td><code>true</code></td>
|
||||
<td>If enabled, Istio will create clusters only when there are requests. This will save memory and CPU cycles in cases where there are lots of inactive clusters and > 1 worker thread</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>ENABLE_DEFERRED_STATS_CREATION</code></td>
|
||||
<td>Boolean</td>
|
||||
<td><code>true</code></td>
|
||||
<td>If enabled, Istio will lazily initialize a subset of the stats</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>ENABLE_DELIMITED_STATS_TAG_REGEX</code></td>
|
||||
<td>Boolean</td>
|
||||
<td><code>true</code></td>
|
||||
<td>If true, pilot will use the new delimited stat tag regex to generate Envoy stats tags.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>ENABLE_ENHANCED_DESTINATIONRULE_MERGE</code></td>
|
||||
<td>Boolean</td>
|
||||
<td><code>true</code></td>
|
||||
|
|
|
@ -536,12 +536,24 @@ https://www.envoyproxy.io/docs/envoy/latest/intro/arch_overview/security/ssl#fip
|
|||
<td>If this is set to false, the debug interface will not be enabled, recommended for production</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>ENABLE_DEFERRED_CLUSTER_CREATION</code></td>
|
||||
<td>Boolean</td>
|
||||
<td><code>true</code></td>
|
||||
<td>If enabled, Istio will create clusters only when there are requests. This will save memory and CPU cycles in cases where there are lots of inactive clusters and > 1 worker thread</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>ENABLE_DEFERRED_STATS_CREATION</code></td>
|
||||
<td>Boolean</td>
|
||||
<td><code>true</code></td>
|
||||
<td>If enabled, Istio will lazily initialize a subset of the stats</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>ENABLE_DELIMITED_STATS_TAG_REGEX</code></td>
|
||||
<td>Boolean</td>
|
||||
<td><code>true</code></td>
|
||||
<td>If true, pilot will use the new delimited stat tag regex to generate Envoy stats tags.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>ENABLE_ENHANCED_DESTINATIONRULE_MERGE</code></td>
|
||||
<td>Boolean</td>
|
||||
<td><code>true</code></td>
|
||||
|
|
|
@ -1959,16 +1959,6 @@ However, the destination did not return a 503 error, so this would not match <co
|
|||
<p>Flag to specify whether the retries should retry to other localities.
|
||||
See the <a href="https://www.envoyproxy.io/docs/envoy/latest/intro/arch_overview/http/http_connection_management#retry-plugin-configuration">retry plugin configuration</a> for more details.</p>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="HTTPRetry-retry_ignore_previous_hosts">
|
||||
<td><div class="field"><div class="name"><code><a href="#HTTPRetry-retry_ignore_previous_hosts">retryIgnorePreviousHosts</a></code></div>
|
||||
<div class="type"><a href="https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#boolvalue">BoolValue</a></div>
|
||||
</div></td>
|
||||
<td>
|
||||
<p>Flag to specify whether the retries should ignore previously tried hosts during retry.
|
||||
Defaults to true.</p>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
|
|
@ -602,12 +602,24 @@ https://www.envoyproxy.io/docs/envoy/latest/intro/arch_overview/security/ssl#fip
|
|||
<td>If this is set to false, the debug interface will not be enabled, recommended for production</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>ENABLE_DEFERRED_CLUSTER_CREATION</code></td>
|
||||
<td>Boolean</td>
|
||||
<td><code>true</code></td>
|
||||
<td>If enabled, Istio will create clusters only when there are requests. This will save memory and CPU cycles in cases where there are lots of inactive clusters and > 1 worker thread</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>ENABLE_DEFERRED_STATS_CREATION</code></td>
|
||||
<td>Boolean</td>
|
||||
<td><code>true</code></td>
|
||||
<td>If enabled, Istio will lazily initialize a subset of the stats</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>ENABLE_DELIMITED_STATS_TAG_REGEX</code></td>
|
||||
<td>Boolean</td>
|
||||
<td><code>true</code></td>
|
||||
<td>If true, pilot will use the new delimited stat tag regex to generate Envoy stats tags.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>ENABLE_ENHANCED_DESTINATIONRULE_MERGE</code></td>
|
||||
<td>Boolean</td>
|
||||
<td><code>true</code></td>
|
||||
|
|
|
@ -7863,12 +7863,24 @@ https://www.envoyproxy.io/docs/envoy/latest/intro/arch_overview/security/ssl#fip
|
|||
<td>If this is set to false, the debug interface will not be enabled, recommended for production</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>ENABLE_DEFERRED_CLUSTER_CREATION</code></td>
|
||||
<td>Boolean</td>
|
||||
<td><code>true</code></td>
|
||||
<td>If enabled, Istio will create clusters only when there are requests. This will save memory and CPU cycles in cases where there are lots of inactive clusters and > 1 worker thread</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>ENABLE_DEFERRED_STATS_CREATION</code></td>
|
||||
<td>Boolean</td>
|
||||
<td><code>true</code></td>
|
||||
<td>If enabled, Istio will lazily initialize a subset of the stats</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>ENABLE_DELIMITED_STATS_TAG_REGEX</code></td>
|
||||
<td>Boolean</td>
|
||||
<td><code>true</code></td>
|
||||
<td>If true, pilot will use the new delimited stat tag regex to generate Envoy stats tags.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>ENABLE_ENHANCED_DESTINATIONRULE_MERGE</code></td>
|
||||
<td>Boolean</td>
|
||||
<td><code>true</code></td>
|
||||
|
|
|
@ -873,12 +873,24 @@ https://www.envoyproxy.io/docs/envoy/latest/intro/arch_overview/security/ssl#fip
|
|||
<td>If this is set to false, the debug interface will not be enabled, recommended for production</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>ENABLE_DEFERRED_CLUSTER_CREATION</code></td>
|
||||
<td>Boolean</td>
|
||||
<td><code>true</code></td>
|
||||
<td>If enabled, Istio will create clusters only when there are requests. This will save memory and CPU cycles in cases where there are lots of inactive clusters and > 1 worker thread</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>ENABLE_DEFERRED_STATS_CREATION</code></td>
|
||||
<td>Boolean</td>
|
||||
<td><code>true</code></td>
|
||||
<td>If enabled, Istio will lazily initialize a subset of the stats</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>ENABLE_DELIMITED_STATS_TAG_REGEX</code></td>
|
||||
<td>Boolean</td>
|
||||
<td><code>true</code></td>
|
||||
<td>If true, pilot will use the new delimited stat tag regex to generate Envoy stats tags.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>ENABLE_ENHANCED_DESTINATIONRULE_MERGE</code></td>
|
||||
<td>Boolean</td>
|
||||
<td><code>true</code></td>
|
||||
|
|
|
@ -536,12 +536,24 @@ https://www.envoyproxy.io/docs/envoy/latest/intro/arch_overview/security/ssl#fip
|
|||
<td>If this is set to false, the debug interface will not be enabled, recommended for production</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>ENABLE_DEFERRED_CLUSTER_CREATION</code></td>
|
||||
<td>Boolean</td>
|
||||
<td><code>true</code></td>
|
||||
<td>If enabled, Istio will create clusters only when there are requests. This will save memory and CPU cycles in cases where there are lots of inactive clusters and > 1 worker thread</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>ENABLE_DEFERRED_STATS_CREATION</code></td>
|
||||
<td>Boolean</td>
|
||||
<td><code>true</code></td>
|
||||
<td>If enabled, Istio will lazily initialize a subset of the stats</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>ENABLE_DELIMITED_STATS_TAG_REGEX</code></td>
|
||||
<td>Boolean</td>
|
||||
<td><code>true</code></td>
|
||||
<td>If true, pilot will use the new delimited stat tag regex to generate Envoy stats tags.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>ENABLE_ENHANCED_DESTINATIONRULE_MERGE</code></td>
|
||||
<td>Boolean</td>
|
||||
<td><code>true</code></td>
|
||||
|
|
|
@ -1959,16 +1959,6 @@ However, the destination did not return a 503 error, so this would not match <co
|
|||
<p>Flag to specify whether the retries should retry to other localities.
|
||||
See the <a href="https://www.envoyproxy.io/docs/envoy/latest/intro/arch_overview/http/http_connection_management#retry-plugin-configuration">retry plugin configuration</a> for more details.</p>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="HTTPRetry-retry_ignore_previous_hosts">
|
||||
<td><div class="field"><div class="name"><code><a href="#HTTPRetry-retry_ignore_previous_hosts">retryIgnorePreviousHosts</a></code></div>
|
||||
<div class="type"><a href="https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#boolvalue">BoolValue</a></div>
|
||||
</div></td>
|
||||
<td>
|
||||
<p>Flag to specify whether the retries should ignore previously tried hosts during retry.
|
||||
Defaults to true.</p>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
|
Loading…
Reference in New Issue