Skip to content

Commit 1e45605

Browse files
authoredFeb 25, 2025··
Automator: update istio.io@ reference docs (#16269)
1 parent 6cb6c54 commit 1e45605

File tree

10 files changed

+96
-20
lines changed

10 files changed

+96
-20
lines changed
 

‎content/en/docs/reference/commands/install-cni/index.html

+12
Original file line numberDiff line numberDiff line change
@@ -602,12 +602,24 @@ <h2 id="envvars">Environment variables</h2>
602602
<td>If this is set to false, the debug interface will not be enabled, recommended for production</td>
603603
</tr>
604604
<tr>
605+
<td><code>ENABLE_DEFERRED_CLUSTER_CREATION</code></td>
606+
<td>Boolean</td>
607+
<td><code>true</code></td>
608+
<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 &gt; 1 worker thread</td>
609+
</tr>
610+
<tr>
605611
<td><code>ENABLE_DEFERRED_STATS_CREATION</code></td>
606612
<td>Boolean</td>
607613
<td><code>true</code></td>
608614
<td>If enabled, Istio will lazily initialize a subset of the stats</td>
609615
</tr>
610616
<tr>
617+
<td><code>ENABLE_DELIMITED_STATS_TAG_REGEX</code></td>
618+
<td>Boolean</td>
619+
<td><code>true</code></td>
620+
<td>If true, pilot will use the new delimited stat tag regex to generate Envoy stats tags.</td>
621+
</tr>
622+
<tr>
611623
<td><code>ENABLE_ENHANCED_DESTINATIONRULE_MERGE</code></td>
612624
<td>Boolean</td>
613625
<td><code>true</code></td>

‎content/en/docs/reference/commands/istioctl/index.html

+12
Original file line numberDiff line numberDiff line change
@@ -7863,12 +7863,24 @@ <h2 id="envvars">Environment variables</h2>
78637863
<td>If this is set to false, the debug interface will not be enabled, recommended for production</td>
78647864
</tr>
78657865
<tr>
7866+
<td><code>ENABLE_DEFERRED_CLUSTER_CREATION</code></td>
7867+
<td>Boolean</td>
7868+
<td><code>true</code></td>
7869+
<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 &gt; 1 worker thread</td>
7870+
</tr>
7871+
<tr>
78667872
<td><code>ENABLE_DEFERRED_STATS_CREATION</code></td>
78677873
<td>Boolean</td>
78687874
<td><code>true</code></td>
78697875
<td>If enabled, Istio will lazily initialize a subset of the stats</td>
78707876
</tr>
78717877
<tr>
7878+
<td><code>ENABLE_DELIMITED_STATS_TAG_REGEX</code></td>
7879+
<td>Boolean</td>
7880+
<td><code>true</code></td>
7881+
<td>If true, pilot will use the new delimited stat tag regex to generate Envoy stats tags.</td>
7882+
</tr>
7883+
<tr>
78727884
<td><code>ENABLE_ENHANCED_DESTINATIONRULE_MERGE</code></td>
78737885
<td>Boolean</td>
78747886
<td><code>true</code></td>

‎content/en/docs/reference/commands/pilot-agent/index.html

+12
Original file line numberDiff line numberDiff line change
@@ -873,12 +873,24 @@ <h2 id="envvars">Environment variables</h2>
873873
<td>If this is set to false, the debug interface will not be enabled, recommended for production</td>
874874
</tr>
875875
<tr>
876+
<td><code>ENABLE_DEFERRED_CLUSTER_CREATION</code></td>
877+
<td>Boolean</td>
878+
<td><code>true</code></td>
879+
<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 &gt; 1 worker thread</td>
880+
</tr>
881+
<tr>
876882
<td><code>ENABLE_DEFERRED_STATS_CREATION</code></td>
877883
<td>Boolean</td>
878884
<td><code>true</code></td>
879885
<td>If enabled, Istio will lazily initialize a subset of the stats</td>
880886
</tr>
881887
<tr>
888+
<td><code>ENABLE_DELIMITED_STATS_TAG_REGEX</code></td>
889+
<td>Boolean</td>
890+
<td><code>true</code></td>
891+
<td>If true, pilot will use the new delimited stat tag regex to generate Envoy stats tags.</td>
892+
</tr>
893+
<tr>
882894
<td><code>ENABLE_ENHANCED_DESTINATIONRULE_MERGE</code></td>
883895
<td>Boolean</td>
884896
<td><code>true</code></td>

‎content/en/docs/reference/commands/pilot-discovery/index.html

+12
Original file line numberDiff line numberDiff line change
@@ -536,12 +536,24 @@ <h2 id="envvars">Environment variables</h2>
536536
<td>If this is set to false, the debug interface will not be enabled, recommended for production</td>
537537
</tr>
538538
<tr>
539+
<td><code>ENABLE_DEFERRED_CLUSTER_CREATION</code></td>
540+
<td>Boolean</td>
541+
<td><code>true</code></td>
542+
<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 &gt; 1 worker thread</td>
543+
</tr>
544+
<tr>
539545
<td><code>ENABLE_DEFERRED_STATS_CREATION</code></td>
540546
<td>Boolean</td>
541547
<td><code>true</code></td>
542548
<td>If enabled, Istio will lazily initialize a subset of the stats</td>
543549
</tr>
544550
<tr>
551+
<td><code>ENABLE_DELIMITED_STATS_TAG_REGEX</code></td>
552+
<td>Boolean</td>
553+
<td><code>true</code></td>
554+
<td>If true, pilot will use the new delimited stat tag regex to generate Envoy stats tags.</td>
555+
</tr>
556+
<tr>
545557
<td><code>ENABLE_ENHANCED_DESTINATIONRULE_MERGE</code></td>
546558
<td>Boolean</td>
547559
<td><code>true</code></td>

‎content/en/docs/reference/config/networking/virtual-service/index.html

-10
Original file line numberDiff line numberDiff line change
@@ -1959,16 +1959,6 @@ <h2 id="HTTPRetry">HTTPRetry</h2>
19591959
<p>Flag to specify whether the retries should retry to other localities.
19601960
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>
19611961

1962-
</td>
1963-
</tr>
1964-
<tr id="HTTPRetry-retry_ignore_previous_hosts">
1965-
<td><div class="field"><div class="name"><code><a href="#HTTPRetry-retry_ignore_previous_hosts">retryIgnorePreviousHosts</a></code></div>
1966-
<div class="type"><a href="https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#boolvalue">BoolValue</a></div>
1967-
</div></td>
1968-
<td>
1969-
<p>Flag to specify whether the retries should ignore previously tried hosts during retry.
1970-
Defaults to true.</p>
1971-
19721962
</td>
19731963
</tr>
19741964
</tbody>

‎content/zh/docs/reference/commands/install-cni/index.html

+12
Original file line numberDiff line numberDiff line change
@@ -602,12 +602,24 @@ <h2 id="envvars">Environment variables</h2>
602602
<td>If this is set to false, the debug interface will not be enabled, recommended for production</td>
603603
</tr>
604604
<tr>
605+
<td><code>ENABLE_DEFERRED_CLUSTER_CREATION</code></td>
606+
<td>Boolean</td>
607+
<td><code>true</code></td>
608+
<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 &gt; 1 worker thread</td>
609+
</tr>
610+
<tr>
605611
<td><code>ENABLE_DEFERRED_STATS_CREATION</code></td>
606612
<td>Boolean</td>
607613
<td><code>true</code></td>
608614
<td>If enabled, Istio will lazily initialize a subset of the stats</td>
609615
</tr>
610616
<tr>
617+
<td><code>ENABLE_DELIMITED_STATS_TAG_REGEX</code></td>
618+
<td>Boolean</td>
619+
<td><code>true</code></td>
620+
<td>If true, pilot will use the new delimited stat tag regex to generate Envoy stats tags.</td>
621+
</tr>
622+
<tr>
611623
<td><code>ENABLE_ENHANCED_DESTINATIONRULE_MERGE</code></td>
612624
<td>Boolean</td>
613625
<td><code>true</code></td>

‎content/zh/docs/reference/commands/istioctl/index.html

+12
Original file line numberDiff line numberDiff line change
@@ -7863,12 +7863,24 @@ <h2 id="envvars">Environment variables</h2>
78637863
<td>If this is set to false, the debug interface will not be enabled, recommended for production</td>
78647864
</tr>
78657865
<tr>
7866+
<td><code>ENABLE_DEFERRED_CLUSTER_CREATION</code></td>
7867+
<td>Boolean</td>
7868+
<td><code>true</code></td>
7869+
<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 &gt; 1 worker thread</td>
7870+
</tr>
7871+
<tr>
78667872
<td><code>ENABLE_DEFERRED_STATS_CREATION</code></td>
78677873
<td>Boolean</td>
78687874
<td><code>true</code></td>
78697875
<td>If enabled, Istio will lazily initialize a subset of the stats</td>
78707876
</tr>
78717877
<tr>
7878+
<td><code>ENABLE_DELIMITED_STATS_TAG_REGEX</code></td>
7879+
<td>Boolean</td>
7880+
<td><code>true</code></td>
7881+
<td>If true, pilot will use the new delimited stat tag regex to generate Envoy stats tags.</td>
7882+
</tr>
7883+
<tr>
78727884
<td><code>ENABLE_ENHANCED_DESTINATIONRULE_MERGE</code></td>
78737885
<td>Boolean</td>
78747886
<td><code>true</code></td>

‎content/zh/docs/reference/commands/pilot-agent/index.html

+12
Original file line numberDiff line numberDiff line change
@@ -873,12 +873,24 @@ <h2 id="envvars">Environment variables</h2>
873873
<td>If this is set to false, the debug interface will not be enabled, recommended for production</td>
874874
</tr>
875875
<tr>
876+
<td><code>ENABLE_DEFERRED_CLUSTER_CREATION</code></td>
877+
<td>Boolean</td>
878+
<td><code>true</code></td>
879+
<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 &gt; 1 worker thread</td>
880+
</tr>
881+
<tr>
876882
<td><code>ENABLE_DEFERRED_STATS_CREATION</code></td>
877883
<td>Boolean</td>
878884
<td><code>true</code></td>
879885
<td>If enabled, Istio will lazily initialize a subset of the stats</td>
880886
</tr>
881887
<tr>
888+
<td><code>ENABLE_DELIMITED_STATS_TAG_REGEX</code></td>
889+
<td>Boolean</td>
890+
<td><code>true</code></td>
891+
<td>If true, pilot will use the new delimited stat tag regex to generate Envoy stats tags.</td>
892+
</tr>
893+
<tr>
882894
<td><code>ENABLE_ENHANCED_DESTINATIONRULE_MERGE</code></td>
883895
<td>Boolean</td>
884896
<td><code>true</code></td>

‎content/zh/docs/reference/commands/pilot-discovery/index.html

+12
Original file line numberDiff line numberDiff line change
@@ -536,12 +536,24 @@ <h2 id="envvars">Environment variables</h2>
536536
<td>If this is set to false, the debug interface will not be enabled, recommended for production</td>
537537
</tr>
538538
<tr>
539+
<td><code>ENABLE_DEFERRED_CLUSTER_CREATION</code></td>
540+
<td>Boolean</td>
541+
<td><code>true</code></td>
542+
<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 &gt; 1 worker thread</td>
543+
</tr>
544+
<tr>
539545
<td><code>ENABLE_DEFERRED_STATS_CREATION</code></td>
540546
<td>Boolean</td>
541547
<td><code>true</code></td>
542548
<td>If enabled, Istio will lazily initialize a subset of the stats</td>
543549
</tr>
544550
<tr>
551+
<td><code>ENABLE_DELIMITED_STATS_TAG_REGEX</code></td>
552+
<td>Boolean</td>
553+
<td><code>true</code></td>
554+
<td>If true, pilot will use the new delimited stat tag regex to generate Envoy stats tags.</td>
555+
</tr>
556+
<tr>
545557
<td><code>ENABLE_ENHANCED_DESTINATIONRULE_MERGE</code></td>
546558
<td>Boolean</td>
547559
<td><code>true</code></td>

‎content/zh/docs/reference/config/networking/virtual-service/index.html

-10
Original file line numberDiff line numberDiff line change
@@ -1959,16 +1959,6 @@ <h2 id="HTTPRetry">HTTPRetry</h2>
19591959
<p>Flag to specify whether the retries should retry to other localities.
19601960
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>
19611961

1962-
</td>
1963-
</tr>
1964-
<tr id="HTTPRetry-retry_ignore_previous_hosts">
1965-
<td><div class="field"><div class="name"><code><a href="#HTTPRetry-retry_ignore_previous_hosts">retryIgnorePreviousHosts</a></code></div>
1966-
<div class="type"><a href="https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#boolvalue">BoolValue</a></div>
1967-
</div></td>
1968-
<td>
1969-
<p>Flag to specify whether the retries should ignore previously tried hosts during retry.
1970-
Defaults to true.</p>
1971-
19721962
</td>
19731963
</tr>
19741964
</tbody>

0 commit comments

Comments
 (0)
Please sign in to comment.