Skip to content

Commit f5a9d07

Browse files
Automator: update istio.io@ reference docs (#16570)
1 parent 3c1099b commit f5a9d07

File tree

10 files changed

+72
-0
lines changed

10 files changed

+72
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1062,6 +1062,12 @@ <h2 id="envvars">Environment variables</h2>
10621062
<td>If enabled, pilot will run istio analyzers and write analysis errors to the Status field of any Istio Resources</td>
10631063
</tr>
10641064
<tr>
1065+
<td><code>PILOT_ENABLE_CA_CRL</code></td>
1066+
<td>Boolean</td>
1067+
<td><code>false</code></td>
1068+
<td>If set to true, Istio will watch for ca-crl.pem file in /etc/cacerts directory and will distribute crl data in each namespace in the cluster for proxies to consume. </td>
1069+
</tr>
1070+
<tr>
10651071
<td><code>PILOT_ENABLE_CDS_CACHE</code></td>
10661072
<td>Boolean</td>
10671073
<td><code>true</code></td>

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8969,6 +8969,12 @@ <h2 id="envvars">Environment variables</h2>
89698969
<td>If enabled, pilot will run istio analyzers and write analysis errors to the Status field of any Istio Resources</td>
89708970
</tr>
89718971
<tr>
8972+
<td><code>PILOT_ENABLE_CA_CRL</code></td>
8973+
<td>Boolean</td>
8974+
<td><code>false</code></td>
8975+
<td>If set to true, Istio will watch for ca-crl.pem file in /etc/cacerts directory and will distribute crl data in each namespace in the cluster for proxies to consume. </td>
8976+
</tr>
8977+
<tr>
89728978
<td><code>PILOT_ENABLE_CDS_CACHE</code></td>
89738979
<td>Boolean</td>
89748980
<td><code>true</code></td>

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1460,6 +1460,12 @@ <h2 id="envvars">Environment variables</h2>
14601460
<td>If enabled, pilot will run istio analyzers and write analysis errors to the Status field of any Istio Resources</td>
14611461
</tr>
14621462
<tr>
1463+
<td><code>PILOT_ENABLE_CA_CRL</code></td>
1464+
<td>Boolean</td>
1465+
<td><code>false</code></td>
1466+
<td>If set to true, Istio will watch for ca-crl.pem file in /etc/cacerts directory and will distribute crl data in each namespace in the cluster for proxies to consume. </td>
1467+
</tr>
1468+
<tr>
14631469
<td><code>PILOT_ENABLE_CDS_CACHE</code></td>
14641470
<td>Boolean</td>
14651471
<td><code>true</code></td>

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1038,6 +1038,12 @@ <h2 id="envvars">Environment variables</h2>
10381038
<td>If enabled, pilot will run istio analyzers and write analysis errors to the Status field of any Istio Resources</td>
10391039
</tr>
10401040
<tr>
1041+
<td><code>PILOT_ENABLE_CA_CRL</code></td>
1042+
<td>Boolean</td>
1043+
<td><code>false</code></td>
1044+
<td>If set to true, Istio will watch for ca-crl.pem file in /etc/cacerts directory and will distribute crl data in each namespace in the cluster for proxies to consume. </td>
1045+
</tr>
1046+
<tr>
10411047
<td><code>PILOT_ENABLE_CDS_CACHE</code></td>
10421048
<td>Boolean</td>
10431049
<td><code>true</code></td>

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1088,6 +1088,8 @@ <h2 id="HTTPMatchRequest">HTTPMatchRequest</h2>
10881088
with the given labels. If the VirtualService has a list of gateways specified
10891089
in the top-level <code>gateways</code> field, it must include the reserved gateway
10901090
<code>mesh</code> for this field to be applicable.</p>
1091+
<p><strong>Note:</strong> This is not a runtime match, but is a selector; it filters which workloads the
1092+
VirtualService applies to.</p>
10911093

10921094
</td>
10931095
</tr>
@@ -1160,6 +1162,8 @@ <h2 id="HTTPMatchRequest">HTTPMatchRequest</h2>
11601162
<p>Source namespace constraining the applicability of a rule to workloads in that namespace.
11611163
If the VirtualService has a list of gateways specified in the top-level <code>gateways</code> field,
11621164
it must include the reserved gateway <code>mesh</code> for this field to be applicable.</p>
1165+
<p><strong>Note:</strong> This is not a runtime match, but is a selector; it filters which workloads the
1166+
VirtualService applies to.</p>
11631167

11641168
</td>
11651169
</tr>
@@ -1363,6 +1367,8 @@ <h2 id="L4MatchAttributes">L4MatchAttributes</h2>
13631367
workloads with the given labels. If the VirtualService has a list of
13641368
gateways specified in the top-level <code>gateways</code> field, it should include the reserved gateway
13651369
<code>mesh</code> in order for this field to be applicable.</p>
1370+
<p><strong>Note:</strong> This is not a runtime match, but is a selector; it filters which workloads the
1371+
VirtualService applies to.</p>
13661372

13671373
</td>
13681374
</tr>
@@ -1385,6 +1391,8 @@ <h2 id="L4MatchAttributes">L4MatchAttributes</h2>
13851391
<p>Source namespace constraining the applicability of a rule to workloads in that namespace.
13861392
If the VirtualService has a list of gateways specified in the top-level <code>gateways</code> field,
13871393
it must include the reserved gateway <code>mesh</code> for this field to be applicable.</p>
1394+
<p><strong>Note:</strong> This is not a runtime match, but is a selector; it filters which workloads the
1395+
VirtualService applies to.</p>
13881396

13891397
</td>
13901398
</tr>
@@ -1447,6 +1455,8 @@ <h2 id="TLSMatchAttributes">TLSMatchAttributes</h2>
14471455
workloads with the given labels. If the VirtualService has a list of
14481456
gateways specified in the top-level <code>gateways</code> field, it should include the reserved gateway
14491457
<code>mesh</code> in order for this field to be applicable.</p>
1458+
<p><strong>Note:</strong> This is not a runtime match, but is a selector; it filters which workloads the
1459+
VirtualService applies to.</p>
14501460

14511461
</td>
14521462
</tr>
@@ -1469,6 +1479,8 @@ <h2 id="TLSMatchAttributes">TLSMatchAttributes</h2>
14691479
<p>Source namespace constraining the applicability of a rule to workloads in that namespace.
14701480
If the VirtualService has a list of gateways specified in the top-level <code>gateways</code> field,
14711481
it must include the reserved gateway <code>mesh</code> for this field to be applicable.</p>
1482+
<p><strong>Note:</strong> This is not a runtime match, but is a selector; it filters which workloads the
1483+
VirtualService applies to.</p>
14721484

14731485
</td>
14741486
</tr>

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1062,6 +1062,12 @@ <h2 id="envvars">Environment variables</h2>
10621062
<td>If enabled, pilot will run istio analyzers and write analysis errors to the Status field of any Istio Resources</td>
10631063
</tr>
10641064
<tr>
1065+
<td><code>PILOT_ENABLE_CA_CRL</code></td>
1066+
<td>Boolean</td>
1067+
<td><code>false</code></td>
1068+
<td>If set to true, Istio will watch for ca-crl.pem file in /etc/cacerts directory and will distribute crl data in each namespace in the cluster for proxies to consume. </td>
1069+
</tr>
1070+
<tr>
10651071
<td><code>PILOT_ENABLE_CDS_CACHE</code></td>
10661072
<td>Boolean</td>
10671073
<td><code>true</code></td>

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8969,6 +8969,12 @@ <h2 id="envvars">Environment variables</h2>
89698969
<td>If enabled, pilot will run istio analyzers and write analysis errors to the Status field of any Istio Resources</td>
89708970
</tr>
89718971
<tr>
8972+
<td><code>PILOT_ENABLE_CA_CRL</code></td>
8973+
<td>Boolean</td>
8974+
<td><code>false</code></td>
8975+
<td>If set to true, Istio will watch for ca-crl.pem file in /etc/cacerts directory and will distribute crl data in each namespace in the cluster for proxies to consume. </td>
8976+
</tr>
8977+
<tr>
89728978
<td><code>PILOT_ENABLE_CDS_CACHE</code></td>
89738979
<td>Boolean</td>
89748980
<td><code>true</code></td>

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1460,6 +1460,12 @@ <h2 id="envvars">Environment variables</h2>
14601460
<td>If enabled, pilot will run istio analyzers and write analysis errors to the Status field of any Istio Resources</td>
14611461
</tr>
14621462
<tr>
1463+
<td><code>PILOT_ENABLE_CA_CRL</code></td>
1464+
<td>Boolean</td>
1465+
<td><code>false</code></td>
1466+
<td>If set to true, Istio will watch for ca-crl.pem file in /etc/cacerts directory and will distribute crl data in each namespace in the cluster for proxies to consume. </td>
1467+
</tr>
1468+
<tr>
14631469
<td><code>PILOT_ENABLE_CDS_CACHE</code></td>
14641470
<td>Boolean</td>
14651471
<td><code>true</code></td>

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1038,6 +1038,12 @@ <h2 id="envvars">Environment variables</h2>
10381038
<td>If enabled, pilot will run istio analyzers and write analysis errors to the Status field of any Istio Resources</td>
10391039
</tr>
10401040
<tr>
1041+
<td><code>PILOT_ENABLE_CA_CRL</code></td>
1042+
<td>Boolean</td>
1043+
<td><code>false</code></td>
1044+
<td>If set to true, Istio will watch for ca-crl.pem file in /etc/cacerts directory and will distribute crl data in each namespace in the cluster for proxies to consume. </td>
1045+
</tr>
1046+
<tr>
10411047
<td><code>PILOT_ENABLE_CDS_CACHE</code></td>
10421048
<td>Boolean</td>
10431049
<td><code>true</code></td>

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1088,6 +1088,8 @@ <h2 id="HTTPMatchRequest">HTTPMatchRequest</h2>
10881088
with the given labels. If the VirtualService has a list of gateways specified
10891089
in the top-level <code>gateways</code> field, it must include the reserved gateway
10901090
<code>mesh</code> for this field to be applicable.</p>
1091+
<p><strong>Note:</strong> This is not a runtime match, but is a selector; it filters which workloads the
1092+
VirtualService applies to.</p>
10911093

10921094
</td>
10931095
</tr>
@@ -1160,6 +1162,8 @@ <h2 id="HTTPMatchRequest">HTTPMatchRequest</h2>
11601162
<p>Source namespace constraining the applicability of a rule to workloads in that namespace.
11611163
If the VirtualService has a list of gateways specified in the top-level <code>gateways</code> field,
11621164
it must include the reserved gateway <code>mesh</code> for this field to be applicable.</p>
1165+
<p><strong>Note:</strong> This is not a runtime match, but is a selector; it filters which workloads the
1166+
VirtualService applies to.</p>
11631167

11641168
</td>
11651169
</tr>
@@ -1363,6 +1367,8 @@ <h2 id="L4MatchAttributes">L4MatchAttributes</h2>
13631367
workloads with the given labels. If the VirtualService has a list of
13641368
gateways specified in the top-level <code>gateways</code> field, it should include the reserved gateway
13651369
<code>mesh</code> in order for this field to be applicable.</p>
1370+
<p><strong>Note:</strong> This is not a runtime match, but is a selector; it filters which workloads the
1371+
VirtualService applies to.</p>
13661372

13671373
</td>
13681374
</tr>
@@ -1385,6 +1391,8 @@ <h2 id="L4MatchAttributes">L4MatchAttributes</h2>
13851391
<p>Source namespace constraining the applicability of a rule to workloads in that namespace.
13861392
If the VirtualService has a list of gateways specified in the top-level <code>gateways</code> field,
13871393
it must include the reserved gateway <code>mesh</code> for this field to be applicable.</p>
1394+
<p><strong>Note:</strong> This is not a runtime match, but is a selector; it filters which workloads the
1395+
VirtualService applies to.</p>
13881396

13891397
</td>
13901398
</tr>
@@ -1447,6 +1455,8 @@ <h2 id="TLSMatchAttributes">TLSMatchAttributes</h2>
14471455
workloads with the given labels. If the VirtualService has a list of
14481456
gateways specified in the top-level <code>gateways</code> field, it should include the reserved gateway
14491457
<code>mesh</code> in order for this field to be applicable.</p>
1458+
<p><strong>Note:</strong> This is not a runtime match, but is a selector; it filters which workloads the
1459+
VirtualService applies to.</p>
14501460

14511461
</td>
14521462
</tr>
@@ -1469,6 +1479,8 @@ <h2 id="TLSMatchAttributes">TLSMatchAttributes</h2>
14691479
<p>Source namespace constraining the applicability of a rule to workloads in that namespace.
14701480
If the VirtualService has a list of gateways specified in the top-level <code>gateways</code> field,
14711481
it must include the reserved gateway <code>mesh</code> for this field to be applicable.</p>
1482+
<p><strong>Note:</strong> This is not a runtime match, but is a selector; it filters which workloads the
1483+
VirtualService applies to.</p>
14721484

14731485
</td>
14741486
</tr>

0 commit comments

Comments
 (0)