Skip to content

Commit 88addbb

Browse files
Automator: update istio.io@ reference docs (#15684)
1 parent da5a18a commit 88addbb

File tree

30 files changed

+2847
-20399
lines changed

30 files changed

+2847
-20399
lines changed

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

+24
Original file line numberDiff line numberDiff line change
@@ -482,6 +482,18 @@ <h2 id="envvars">Environment variables</h2>
482482
<td>Whether ambient controller is enabled</td>
483483
</tr>
484484
<tr>
485+
<td><code>AMBIENT_ENABLE_STATUS</code></td>
486+
<td>Boolean</td>
487+
<td><code>false</code></td>
488+
<td>If enabled, status messages for ambient mode will be written to resources. Currently, this does not do leader election, so may be unsafe to enable with multiple replicas.</td>
489+
</tr>
490+
<tr>
491+
<td><code>BYPASS_OVERLOAD_MANAGER_FOR_STATIC_LISTENERS</code></td>
492+
<td>Boolean</td>
493+
<td><code>true</code></td>
494+
<td>If enabled, overload manager will not be applied to static listeners</td>
495+
</tr>
496+
<tr>
485497
<td><code>CA_TRUSTED_NODE_ACCOUNTS</code></td>
486498
<td>String</td>
487499
<td><code></code></td>
@@ -596,6 +608,12 @@ <h2 id="envvars">Environment variables</h2>
596608
<td>If true, pilot will use the new delimited stat tag regex to generate Envoy stats tags.</td>
597609
</tr>
598610
<tr>
611+
<td><code>ENABLE_ENHANCED_DESTINATIONRULE_MERGE</code></td>
612+
<td>Boolean</td>
613+
<td><code>true</code></td>
614+
<td>If enabled, Istio merge destinationrules considering their exportTo fields, they will be kept as independent rules if the exportTos are not equal.</td>
615+
</tr>
616+
<tr>
599617
<td><code>ENABLE_ENHANCED_RESOURCE_SCOPING</code></td>
600618
<td>Boolean</td>
601619
<td><code>true</code></td>
@@ -620,6 +638,12 @@ <h2 id="envvars">Environment variables</h2>
620638
<td>If enabled (default), starts a leader election client and gains leadership before executing controllers. If false, it assumes that only one instance of istiod is running and skips leader election.</td>
621639
</tr>
622640
<tr>
641+
<td><code>ENABLE_LOCALITY_WEIGHTED_LB_CONFIG</code></td>
642+
<td>Boolean</td>
643+
<td><code>false</code></td>
644+
<td>If enabled, always set LocalityWeightedLbConfig for a cluster, otherwise only apply it when locality lb is specified by DestinationRule for a service</td>
645+
</tr>
646+
<tr>
623647
<td><code>ENABLE_MCS_AUTO_EXPORT</code></td>
624648
<td>Boolean</td>
625649
<td><code>false</code></td>

0 commit comments

Comments
 (0)