Skip to content

Commit 8a02afc

Browse files
Automator: update istio.io@ reference docs (#16564)
1 parent 07f038e commit 8a02afc

File tree

8 files changed

+112
-16
lines changed

8 files changed

+112
-16
lines changed

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

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -626,6 +626,12 @@ <h2 id="envvars">Environment variables</h2>
626626
<td>If enabled, selector based authorization policies will be enforced as L4 policies in front of the waypoint.</td>
627627
</tr>
628628
<tr>
629+
<td><code>ENABLE_LAZY_SIDECAR_EVALUATION</code></td>
630+
<td>Boolean</td>
631+
<td><code>true</code></td>
632+
<td>If enabled, pilot will only compute sidecar resources when actually used</td>
633+
</tr>
634+
<tr>
629635
<td><code>ENABLE_LEADER_ELECTION</code></td>
630636
<td>Boolean</td>
631637
<td><code>true</code></td>
@@ -677,7 +683,7 @@ <h2 id="envvars">Environment variables</h2>
677683
<td><code>ENABLE_PROXY_FIND_POD_BY_IP</code></td>
678684
<td>Boolean</td>
679685
<td><code>false</code></td>
680-
<td>If enabled, the pod controller will allow findig pods matching proxies by IP if it fails to find them by name.</td>
686+
<td>If enabled, the pod controller will allow finding pods matching proxies by IP if it fails to find them by name.</td>
681687
</tr>
682688
<tr>
683689
<td><code>ENABLE_SELECTOR_BASED_K8S_GATEWAY_POLICY</code></td>
@@ -698,6 +704,12 @@ <h2 id="envvars">Environment variables</h2>
698704
<td>If true, will use optimized vtprotobuf based marshaling. Requires a build with -tags=vtprotobuf.</td>
699705
</tr>
700706
<tr>
707+
<td><code>ENVOY_STATUS_PORT_ENABLE_PROXY_PROTOCOL</code></td>
708+
<td>Boolean</td>
709+
<td><code>false</code></td>
710+
<td>If enabled, Envoy will support requests with proxy protocol on its status port</td>
711+
</tr>
712+
<tr>
701713
<td><code>ENVOY_USER</code></td>
702714
<td>String</td>
703715
<td><code>istio-proxy</code></td>
@@ -975,7 +987,7 @@ <h2 id="envvars">Environment variables</h2>
975987
<td><code>PILOT_CONVERT_SIDECAR_SCOPE_CONCURRENCY</code></td>
976988
<td>Integer</td>
977989
<td><code>1</code></td>
978-
<td>Used to adjust the concurrency of SidecarScope conversions. When istiod is deployed on a multi-core CPU server, increasing this value will help to use the CPU to accelerate configuration push, but it also means that istiod will consume more CPU resources.</td>
990+
<td>Deprecated, superseded by ENABLE_LAZY_SIDECAR_EVALUATION. Used to adjust the concurrency of SidecarScope conversions. When istiod is deployed on a multi-core CPU server, increasing this value will help to use the CPU to accelerate configuration push, but it also means that istiod will consume more CPU resources.</td>
979991
</tr>
980992
<tr>
981993
<td><code>PILOT_DEBOUNCE_AFTER</code></td>

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

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8479,6 +8479,12 @@ <h2 id="envvars">Environment variables</h2>
84798479
<td>If enabled, selector based authorization policies will be enforced as L4 policies in front of the waypoint.</td>
84808480
</tr>
84818481
<tr>
8482+
<td><code>ENABLE_LAZY_SIDECAR_EVALUATION</code></td>
8483+
<td>Boolean</td>
8484+
<td><code>true</code></td>
8485+
<td>If enabled, pilot will only compute sidecar resources when actually used</td>
8486+
</tr>
8487+
<tr>
84828488
<td><code>ENABLE_LEADER_ELECTION</code></td>
84838489
<td>Boolean</td>
84848490
<td><code>true</code></td>
@@ -8536,7 +8542,7 @@ <h2 id="envvars">Environment variables</h2>
85368542
<td><code>ENABLE_PROXY_FIND_POD_BY_IP</code></td>
85378543
<td>Boolean</td>
85388544
<td><code>false</code></td>
8539-
<td>If enabled, the pod controller will allow findig pods matching proxies by IP if it fails to find them by name.</td>
8545+
<td>If enabled, the pod controller will allow finding pods matching proxies by IP if it fails to find them by name.</td>
85408546
</tr>
85418547
<tr>
85428548
<td><code>ENABLE_SELECTOR_BASED_K8S_GATEWAY_POLICY</code></td>
@@ -8557,6 +8563,12 @@ <h2 id="envvars">Environment variables</h2>
85578563
<td>If true, will use optimized vtprotobuf based marshaling. Requires a build with -tags=vtprotobuf.</td>
85588564
</tr>
85598565
<tr>
8566+
<td><code>ENVOY_STATUS_PORT_ENABLE_PROXY_PROTOCOL</code></td>
8567+
<td>Boolean</td>
8568+
<td><code>false</code></td>
8569+
<td>If enabled, Envoy will support requests with proxy protocol on its status port</td>
8570+
</tr>
8571+
<tr>
85608572
<td><code>EXTERNAL_ISTIOD</code></td>
85618573
<td>Boolean</td>
85628574
<td><code>false</code></td>
@@ -8882,7 +8894,7 @@ <h2 id="envvars">Environment variables</h2>
88828894
<td><code>PILOT_CONVERT_SIDECAR_SCOPE_CONCURRENCY</code></td>
88838895
<td>Integer</td>
88848896
<td><code>1</code></td>
8885-
<td>Used to adjust the concurrency of SidecarScope conversions. When istiod is deployed on a multi-core CPU server, increasing this value will help to use the CPU to accelerate configuration push, but it also means that istiod will consume more CPU resources.</td>
8897+
<td>Deprecated, superseded by ENABLE_LAZY_SIDECAR_EVALUATION. Used to adjust the concurrency of SidecarScope conversions. When istiod is deployed on a multi-core CPU server, increasing this value will help to use the CPU to accelerate configuration push, but it also means that istiod will consume more CPU resources.</td>
88868898
</tr>
88878899
<tr>
88888900
<td><code>PILOT_DEBOUNCE_AFTER</code></td>

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

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -892,6 +892,12 @@ <h2 id="envvars">Environment variables</h2>
892892
<td>If enabled, selector based authorization policies will be enforced as L4 policies in front of the waypoint.</td>
893893
</tr>
894894
<tr>
895+
<td><code>ENABLE_LAZY_SIDECAR_EVALUATION</code></td>
896+
<td>Boolean</td>
897+
<td><code>true</code></td>
898+
<td>If enabled, pilot will only compute sidecar resources when actually used</td>
899+
</tr>
900+
<tr>
895901
<td><code>ENABLE_LEADER_ELECTION</code></td>
896902
<td>Boolean</td>
897903
<td><code>true</code></td>
@@ -949,7 +955,7 @@ <h2 id="envvars">Environment variables</h2>
949955
<td><code>ENABLE_PROXY_FIND_POD_BY_IP</code></td>
950956
<td>Boolean</td>
951957
<td><code>false</code></td>
952-
<td>If enabled, the pod controller will allow findig pods matching proxies by IP if it fails to find them by name.</td>
958+
<td>If enabled, the pod controller will allow finding pods matching proxies by IP if it fails to find them by name.</td>
953959
</tr>
954960
<tr>
955961
<td><code>ENABLE_SELECTOR_BASED_K8S_GATEWAY_POLICY</code></td>
@@ -988,6 +994,12 @@ <h2 id="envvars">Environment variables</h2>
988994
<td>Envoy health status port value</td>
989995
</tr>
990996
<tr>
997+
<td><code>ENVOY_STATUS_PORT_ENABLE_PROXY_PROTOCOL</code></td>
998+
<td>Boolean</td>
999+
<td><code>false</code></td>
1000+
<td>If enabled, Envoy will support requests with proxy protocol on its status port</td>
1001+
</tr>
1002+
<tr>
9911003
<td><code>ENVOY_USER</code></td>
9921004
<td>String</td>
9931005
<td><code>istio-proxy</code></td>
@@ -1373,7 +1385,7 @@ <h2 id="envvars">Environment variables</h2>
13731385
<td><code>PILOT_CONVERT_SIDECAR_SCOPE_CONCURRENCY</code></td>
13741386
<td>Integer</td>
13751387
<td><code>1</code></td>
1376-
<td>Used to adjust the concurrency of SidecarScope conversions. When istiod is deployed on a multi-core CPU server, increasing this value will help to use the CPU to accelerate configuration push, but it also means that istiod will consume more CPU resources.</td>
1388+
<td>Deprecated, superseded by ENABLE_LAZY_SIDECAR_EVALUATION. Used to adjust the concurrency of SidecarScope conversions. When istiod is deployed on a multi-core CPU server, increasing this value will help to use the CPU to accelerate configuration push, but it also means that istiod will consume more CPU resources.</td>
13771389
</tr>
13781390
<tr>
13791391
<td><code>PILOT_DEBOUNCE_AFTER</code></td>

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

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -560,6 +560,12 @@ <h2 id="envvars">Environment variables</h2>
560560
<td>If enabled, selector based authorization policies will be enforced as L4 policies in front of the waypoint.</td>
561561
</tr>
562562
<tr>
563+
<td><code>ENABLE_LAZY_SIDECAR_EVALUATION</code></td>
564+
<td>Boolean</td>
565+
<td><code>true</code></td>
566+
<td>If enabled, pilot will only compute sidecar resources when actually used</td>
567+
</tr>
568+
<tr>
563569
<td><code>ENABLE_LEADER_ELECTION</code></td>
564570
<td>Boolean</td>
565571
<td><code>true</code></td>
@@ -617,7 +623,7 @@ <h2 id="envvars">Environment variables</h2>
617623
<td><code>ENABLE_PROXY_FIND_POD_BY_IP</code></td>
618624
<td>Boolean</td>
619625
<td><code>false</code></td>
620-
<td>If enabled, the pod controller will allow findig pods matching proxies by IP if it fails to find them by name.</td>
626+
<td>If enabled, the pod controller will allow finding pods matching proxies by IP if it fails to find them by name.</td>
621627
</tr>
622628
<tr>
623629
<td><code>ENABLE_SELECTOR_BASED_K8S_GATEWAY_POLICY</code></td>
@@ -638,6 +644,12 @@ <h2 id="envvars">Environment variables</h2>
638644
<td>If true, will use optimized vtprotobuf based marshaling. Requires a build with -tags=vtprotobuf.</td>
639645
</tr>
640646
<tr>
647+
<td><code>ENVOY_STATUS_PORT_ENABLE_PROXY_PROTOCOL</code></td>
648+
<td>Boolean</td>
649+
<td><code>false</code></td>
650+
<td>If enabled, Envoy will support requests with proxy protocol on its status port</td>
651+
</tr>
652+
<tr>
641653
<td><code>EXTERNAL_CA</code></td>
642654
<td>String</td>
643655
<td><code></code></td>
@@ -951,7 +963,7 @@ <h2 id="envvars">Environment variables</h2>
951963
<td><code>PILOT_CONVERT_SIDECAR_SCOPE_CONCURRENCY</code></td>
952964
<td>Integer</td>
953965
<td><code>1</code></td>
954-
<td>Used to adjust the concurrency of SidecarScope conversions. When istiod is deployed on a multi-core CPU server, increasing this value will help to use the CPU to accelerate configuration push, but it also means that istiod will consume more CPU resources.</td>
966+
<td>Deprecated, superseded by ENABLE_LAZY_SIDECAR_EVALUATION. Used to adjust the concurrency of SidecarScope conversions. When istiod is deployed on a multi-core CPU server, increasing this value will help to use the CPU to accelerate configuration push, but it also means that istiod will consume more CPU resources.</td>
955967
</tr>
956968
<tr>
957969
<td><code>PILOT_DEBOUNCE_AFTER</code></td>

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

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -626,6 +626,12 @@ <h2 id="envvars">Environment variables</h2>
626626
<td>If enabled, selector based authorization policies will be enforced as L4 policies in front of the waypoint.</td>
627627
</tr>
628628
<tr>
629+
<td><code>ENABLE_LAZY_SIDECAR_EVALUATION</code></td>
630+
<td>Boolean</td>
631+
<td><code>true</code></td>
632+
<td>If enabled, pilot will only compute sidecar resources when actually used</td>
633+
</tr>
634+
<tr>
629635
<td><code>ENABLE_LEADER_ELECTION</code></td>
630636
<td>Boolean</td>
631637
<td><code>true</code></td>
@@ -677,7 +683,7 @@ <h2 id="envvars">Environment variables</h2>
677683
<td><code>ENABLE_PROXY_FIND_POD_BY_IP</code></td>
678684
<td>Boolean</td>
679685
<td><code>false</code></td>
680-
<td>If enabled, the pod controller will allow findig pods matching proxies by IP if it fails to find them by name.</td>
686+
<td>If enabled, the pod controller will allow finding pods matching proxies by IP if it fails to find them by name.</td>
681687
</tr>
682688
<tr>
683689
<td><code>ENABLE_SELECTOR_BASED_K8S_GATEWAY_POLICY</code></td>
@@ -698,6 +704,12 @@ <h2 id="envvars">Environment variables</h2>
698704
<td>If true, will use optimized vtprotobuf based marshaling. Requires a build with -tags=vtprotobuf.</td>
699705
</tr>
700706
<tr>
707+
<td><code>ENVOY_STATUS_PORT_ENABLE_PROXY_PROTOCOL</code></td>
708+
<td>Boolean</td>
709+
<td><code>false</code></td>
710+
<td>If enabled, Envoy will support requests with proxy protocol on its status port</td>
711+
</tr>
712+
<tr>
701713
<td><code>ENVOY_USER</code></td>
702714
<td>String</td>
703715
<td><code>istio-proxy</code></td>
@@ -975,7 +987,7 @@ <h2 id="envvars">Environment variables</h2>
975987
<td><code>PILOT_CONVERT_SIDECAR_SCOPE_CONCURRENCY</code></td>
976988
<td>Integer</td>
977989
<td><code>1</code></td>
978-
<td>Used to adjust the concurrency of SidecarScope conversions. When istiod is deployed on a multi-core CPU server, increasing this value will help to use the CPU to accelerate configuration push, but it also means that istiod will consume more CPU resources.</td>
990+
<td>Deprecated, superseded by ENABLE_LAZY_SIDECAR_EVALUATION. Used to adjust the concurrency of SidecarScope conversions. When istiod is deployed on a multi-core CPU server, increasing this value will help to use the CPU to accelerate configuration push, but it also means that istiod will consume more CPU resources.</td>
979991
</tr>
980992
<tr>
981993
<td><code>PILOT_DEBOUNCE_AFTER</code></td>

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

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8479,6 +8479,12 @@ <h2 id="envvars">Environment variables</h2>
84798479
<td>If enabled, selector based authorization policies will be enforced as L4 policies in front of the waypoint.</td>
84808480
</tr>
84818481
<tr>
8482+
<td><code>ENABLE_LAZY_SIDECAR_EVALUATION</code></td>
8483+
<td>Boolean</td>
8484+
<td><code>true</code></td>
8485+
<td>If enabled, pilot will only compute sidecar resources when actually used</td>
8486+
</tr>
8487+
<tr>
84828488
<td><code>ENABLE_LEADER_ELECTION</code></td>
84838489
<td>Boolean</td>
84848490
<td><code>true</code></td>
@@ -8536,7 +8542,7 @@ <h2 id="envvars">Environment variables</h2>
85368542
<td><code>ENABLE_PROXY_FIND_POD_BY_IP</code></td>
85378543
<td>Boolean</td>
85388544
<td><code>false</code></td>
8539-
<td>If enabled, the pod controller will allow findig pods matching proxies by IP if it fails to find them by name.</td>
8545+
<td>If enabled, the pod controller will allow finding pods matching proxies by IP if it fails to find them by name.</td>
85408546
</tr>
85418547
<tr>
85428548
<td><code>ENABLE_SELECTOR_BASED_K8S_GATEWAY_POLICY</code></td>
@@ -8557,6 +8563,12 @@ <h2 id="envvars">Environment variables</h2>
85578563
<td>If true, will use optimized vtprotobuf based marshaling. Requires a build with -tags=vtprotobuf.</td>
85588564
</tr>
85598565
<tr>
8566+
<td><code>ENVOY_STATUS_PORT_ENABLE_PROXY_PROTOCOL</code></td>
8567+
<td>Boolean</td>
8568+
<td><code>false</code></td>
8569+
<td>If enabled, Envoy will support requests with proxy protocol on its status port</td>
8570+
</tr>
8571+
<tr>
85608572
<td><code>EXTERNAL_ISTIOD</code></td>
85618573
<td>Boolean</td>
85628574
<td><code>false</code></td>
@@ -8882,7 +8894,7 @@ <h2 id="envvars">Environment variables</h2>
88828894
<td><code>PILOT_CONVERT_SIDECAR_SCOPE_CONCURRENCY</code></td>
88838895
<td>Integer</td>
88848896
<td><code>1</code></td>
8885-
<td>Used to adjust the concurrency of SidecarScope conversions. When istiod is deployed on a multi-core CPU server, increasing this value will help to use the CPU to accelerate configuration push, but it also means that istiod will consume more CPU resources.</td>
8897+
<td>Deprecated, superseded by ENABLE_LAZY_SIDECAR_EVALUATION. Used to adjust the concurrency of SidecarScope conversions. When istiod is deployed on a multi-core CPU server, increasing this value will help to use the CPU to accelerate configuration push, but it also means that istiod will consume more CPU resources.</td>
88868898
</tr>
88878899
<tr>
88888900
<td><code>PILOT_DEBOUNCE_AFTER</code></td>

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

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -892,6 +892,12 @@ <h2 id="envvars">Environment variables</h2>
892892
<td>If enabled, selector based authorization policies will be enforced as L4 policies in front of the waypoint.</td>
893893
</tr>
894894
<tr>
895+
<td><code>ENABLE_LAZY_SIDECAR_EVALUATION</code></td>
896+
<td>Boolean</td>
897+
<td><code>true</code></td>
898+
<td>If enabled, pilot will only compute sidecar resources when actually used</td>
899+
</tr>
900+
<tr>
895901
<td><code>ENABLE_LEADER_ELECTION</code></td>
896902
<td>Boolean</td>
897903
<td><code>true</code></td>
@@ -949,7 +955,7 @@ <h2 id="envvars">Environment variables</h2>
949955
<td><code>ENABLE_PROXY_FIND_POD_BY_IP</code></td>
950956
<td>Boolean</td>
951957
<td><code>false</code></td>
952-
<td>If enabled, the pod controller will allow findig pods matching proxies by IP if it fails to find them by name.</td>
958+
<td>If enabled, the pod controller will allow finding pods matching proxies by IP if it fails to find them by name.</td>
953959
</tr>
954960
<tr>
955961
<td><code>ENABLE_SELECTOR_BASED_K8S_GATEWAY_POLICY</code></td>
@@ -988,6 +994,12 @@ <h2 id="envvars">Environment variables</h2>
988994
<td>Envoy health status port value</td>
989995
</tr>
990996
<tr>
997+
<td><code>ENVOY_STATUS_PORT_ENABLE_PROXY_PROTOCOL</code></td>
998+
<td>Boolean</td>
999+
<td><code>false</code></td>
1000+
<td>If enabled, Envoy will support requests with proxy protocol on its status port</td>
1001+
</tr>
1002+
<tr>
9911003
<td><code>ENVOY_USER</code></td>
9921004
<td>String</td>
9931005
<td><code>istio-proxy</code></td>
@@ -1373,7 +1385,7 @@ <h2 id="envvars">Environment variables</h2>
13731385
<td><code>PILOT_CONVERT_SIDECAR_SCOPE_CONCURRENCY</code></td>
13741386
<td>Integer</td>
13751387
<td><code>1</code></td>
1376-
<td>Used to adjust the concurrency of SidecarScope conversions. When istiod is deployed on a multi-core CPU server, increasing this value will help to use the CPU to accelerate configuration push, but it also means that istiod will consume more CPU resources.</td>
1388+
<td>Deprecated, superseded by ENABLE_LAZY_SIDECAR_EVALUATION. Used to adjust the concurrency of SidecarScope conversions. When istiod is deployed on a multi-core CPU server, increasing this value will help to use the CPU to accelerate configuration push, but it also means that istiod will consume more CPU resources.</td>
13771389
</tr>
13781390
<tr>
13791391
<td><code>PILOT_DEBOUNCE_AFTER</code></td>

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

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -560,6 +560,12 @@ <h2 id="envvars">Environment variables</h2>
560560
<td>If enabled, selector based authorization policies will be enforced as L4 policies in front of the waypoint.</td>
561561
</tr>
562562
<tr>
563+
<td><code>ENABLE_LAZY_SIDECAR_EVALUATION</code></td>
564+
<td>Boolean</td>
565+
<td><code>true</code></td>
566+
<td>If enabled, pilot will only compute sidecar resources when actually used</td>
567+
</tr>
568+
<tr>
563569
<td><code>ENABLE_LEADER_ELECTION</code></td>
564570
<td>Boolean</td>
565571
<td><code>true</code></td>
@@ -617,7 +623,7 @@ <h2 id="envvars">Environment variables</h2>
617623
<td><code>ENABLE_PROXY_FIND_POD_BY_IP</code></td>
618624
<td>Boolean</td>
619625
<td><code>false</code></td>
620-
<td>If enabled, the pod controller will allow findig pods matching proxies by IP if it fails to find them by name.</td>
626+
<td>If enabled, the pod controller will allow finding pods matching proxies by IP if it fails to find them by name.</td>
621627
</tr>
622628
<tr>
623629
<td><code>ENABLE_SELECTOR_BASED_K8S_GATEWAY_POLICY</code></td>
@@ -638,6 +644,12 @@ <h2 id="envvars">Environment variables</h2>
638644
<td>If true, will use optimized vtprotobuf based marshaling. Requires a build with -tags=vtprotobuf.</td>
639645
</tr>
640646
<tr>
647+
<td><code>ENVOY_STATUS_PORT_ENABLE_PROXY_PROTOCOL</code></td>
648+
<td>Boolean</td>
649+
<td><code>false</code></td>
650+
<td>If enabled, Envoy will support requests with proxy protocol on its status port</td>
651+
</tr>
652+
<tr>
641653
<td><code>EXTERNAL_CA</code></td>
642654
<td>String</td>
643655
<td><code></code></td>
@@ -951,7 +963,7 @@ <h2 id="envvars">Environment variables</h2>
951963
<td><code>PILOT_CONVERT_SIDECAR_SCOPE_CONCURRENCY</code></td>
952964
<td>Integer</td>
953965
<td><code>1</code></td>
954-
<td>Used to adjust the concurrency of SidecarScope conversions. When istiod is deployed on a multi-core CPU server, increasing this value will help to use the CPU to accelerate configuration push, but it also means that istiod will consume more CPU resources.</td>
966+
<td>Deprecated, superseded by ENABLE_LAZY_SIDECAR_EVALUATION. Used to adjust the concurrency of SidecarScope conversions. When istiod is deployed on a multi-core CPU server, increasing this value will help to use the CPU to accelerate configuration push, but it also means that istiod will consume more CPU resources.</td>
955967
</tr>
956968
<tr>
957969
<td><code>PILOT_DEBOUNCE_AFTER</code></td>

0 commit comments

Comments
 (0)