Skip to content

Commit f2970b3

Browse files
Automator: update istio.io@ reference docs (#16631)
1 parent 56cc46b commit f2970b3

File tree

8 files changed

+24
-24
lines changed

8 files changed

+24
-24
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1088,8 +1088,8 @@ <h2 id="envvars">Environment variables</h2>
10881088
<tr id='pilot-enable-ca-crl'>
10891089
<td><a href='#pilot-enable-ca-crl'><code>PILOT_ENABLE_CA_CRL</code></a></td>
10901090
<td>Boolean</td>
1091-
<td><code>false</code></td>
1092-
<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>
1091+
<td><code>true</code></td>
1092+
<td>If set to false, Istio will not watch for the ca-crl.pem file in the /etc/cacerts directory and will not distribute CRL data to namespaces for proxies to consume.</td>
10931093
</tr>
10941094
<tr id='pilot-enable-cds-cache'>
10951095
<td><a href='#pilot-enable-cds-cache'><code>PILOT_ENABLE_CDS_CACHE</code></a></td>

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1429,8 +1429,8 @@ <h4 id="istioctl-dashboard-controlz Examples">Examples</h4>
14291429
istioctl dashboard controlz deployment/istiod.istio-system
14301430

14311431
# with short syntax
1432-
istioctl dash controlz pilot-123-456.istio-system
1433-
istioctl d controlz pilot-123-456.istio-system
1432+
istioctl dash controlz istiod-56dd66799-jfdvs.istio-system
1433+
istioctl d controlz istiod-56dd66799-jfdvs.istio-system
14341434

14351435
</code></pre>
14361436
<h3 id="istioctl-dashboard-envoy">istioctl dashboard envoy</h3>
@@ -1715,8 +1715,8 @@ <h4 id="istioctl-dashboard-istiod-debug Examples">Examples</h4>
17151715
istioctl dashboard istiod-debug deployment/istiod.istio-system
17161716

17171717
# with short syntax
1718-
istioctl dash istiod-debug pilot-123-456.istio-system
1719-
istioctl d istiod-debug pilot-123-456.istio-system
1718+
istioctl dash istiod-debug istiod-56dd66799-jfdvs.istio-system
1719+
istioctl d istiod-debug istiod-56dd66799-jfdvs.istio-system
17201720

17211721
</code></pre>
17221722
<h3 id="istioctl-dashboard-jaeger">istioctl dashboard jaeger</h3>
@@ -9011,8 +9011,8 @@ <h2 id="envvars">Environment variables</h2>
90119011
<tr id='pilot-enable-ca-crl'>
90129012
<td><a href='#pilot-enable-ca-crl'><code>PILOT_ENABLE_CA_CRL</code></a></td>
90139013
<td>Boolean</td>
9014-
<td><code>false</code></td>
9015-
<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>
9014+
<td><code>true</code></td>
9015+
<td>If set to false, Istio will not watch for the ca-crl.pem file in the /etc/cacerts directory and will not distribute CRL data to namespaces for proxies to consume.</td>
90169016
</tr>
90179017
<tr id='pilot-enable-cds-cache'>
90189018
<td><a href='#pilot-enable-cds-cache'><code>PILOT_ENABLE_CDS_CACHE</code></a></td>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1466,8 +1466,8 @@ <h2 id="envvars">Environment variables</h2>
14661466
<tr id='pilot-enable-ca-crl'>
14671467
<td><a href='#pilot-enable-ca-crl'><code>PILOT_ENABLE_CA_CRL</code></a></td>
14681468
<td>Boolean</td>
1469-
<td><code>false</code></td>
1470-
<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>
1469+
<td><code>true</code></td>
1470+
<td>If set to false, Istio will not watch for the ca-crl.pem file in the /etc/cacerts directory and will not distribute CRL data to namespaces for proxies to consume.</td>
14711471
</tr>
14721472
<tr id='pilot-enable-cds-cache'>
14731473
<td><a href='#pilot-enable-cds-cache'><code>PILOT_ENABLE_CDS_CACHE</code></a></td>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1044,8 +1044,8 @@ <h2 id="envvars">Environment variables</h2>
10441044
<tr id='pilot-enable-ca-crl'>
10451045
<td><a href='#pilot-enable-ca-crl'><code>PILOT_ENABLE_CA_CRL</code></a></td>
10461046
<td>Boolean</td>
1047-
<td><code>false</code></td>
1048-
<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>
1047+
<td><code>true</code></td>
1048+
<td>If set to false, Istio will not watch for the ca-crl.pem file in the /etc/cacerts directory and will not distribute CRL data to namespaces for proxies to consume.</td>
10491049
</tr>
10501050
<tr id='pilot-enable-cds-cache'>
10511051
<td><a href='#pilot-enable-cds-cache'><code>PILOT_ENABLE_CDS_CACHE</code></a></td>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1088,8 +1088,8 @@ <h2 id="envvars">Environment variables</h2>
10881088
<tr id='pilot-enable-ca-crl'>
10891089
<td><a href='#pilot-enable-ca-crl'><code>PILOT_ENABLE_CA_CRL</code></a></td>
10901090
<td>Boolean</td>
1091-
<td><code>false</code></td>
1092-
<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>
1091+
<td><code>true</code></td>
1092+
<td>If set to false, Istio will not watch for the ca-crl.pem file in the /etc/cacerts directory and will not distribute CRL data to namespaces for proxies to consume.</td>
10931093
</tr>
10941094
<tr id='pilot-enable-cds-cache'>
10951095
<td><a href='#pilot-enable-cds-cache'><code>PILOT_ENABLE_CDS_CACHE</code></a></td>

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1429,8 +1429,8 @@ <h4 id="istioctl-dashboard-controlz Examples">Examples</h4>
14291429
istioctl dashboard controlz deployment/istiod.istio-system
14301430

14311431
# with short syntax
1432-
istioctl dash controlz pilot-123-456.istio-system
1433-
istioctl d controlz pilot-123-456.istio-system
1432+
istioctl dash controlz istiod-56dd66799-jfdvs.istio-system
1433+
istioctl d controlz istiod-56dd66799-jfdvs.istio-system
14341434

14351435
</code></pre>
14361436
<h3 id="istioctl-dashboard-envoy">istioctl dashboard envoy</h3>
@@ -1715,8 +1715,8 @@ <h4 id="istioctl-dashboard-istiod-debug Examples">Examples</h4>
17151715
istioctl dashboard istiod-debug deployment/istiod.istio-system
17161716

17171717
# with short syntax
1718-
istioctl dash istiod-debug pilot-123-456.istio-system
1719-
istioctl d istiod-debug pilot-123-456.istio-system
1718+
istioctl dash istiod-debug istiod-56dd66799-jfdvs.istio-system
1719+
istioctl d istiod-debug istiod-56dd66799-jfdvs.istio-system
17201720

17211721
</code></pre>
17221722
<h3 id="istioctl-dashboard-jaeger">istioctl dashboard jaeger</h3>
@@ -9011,8 +9011,8 @@ <h2 id="envvars">Environment variables</h2>
90119011
<tr id='pilot-enable-ca-crl'>
90129012
<td><a href='#pilot-enable-ca-crl'><code>PILOT_ENABLE_CA_CRL</code></a></td>
90139013
<td>Boolean</td>
9014-
<td><code>false</code></td>
9015-
<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>
9014+
<td><code>true</code></td>
9015+
<td>If set to false, Istio will not watch for the ca-crl.pem file in the /etc/cacerts directory and will not distribute CRL data to namespaces for proxies to consume.</td>
90169016
</tr>
90179017
<tr id='pilot-enable-cds-cache'>
90189018
<td><a href='#pilot-enable-cds-cache'><code>PILOT_ENABLE_CDS_CACHE</code></a></td>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1466,8 +1466,8 @@ <h2 id="envvars">Environment variables</h2>
14661466
<tr id='pilot-enable-ca-crl'>
14671467
<td><a href='#pilot-enable-ca-crl'><code>PILOT_ENABLE_CA_CRL</code></a></td>
14681468
<td>Boolean</td>
1469-
<td><code>false</code></td>
1470-
<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>
1469+
<td><code>true</code></td>
1470+
<td>If set to false, Istio will not watch for the ca-crl.pem file in the /etc/cacerts directory and will not distribute CRL data to namespaces for proxies to consume.</td>
14711471
</tr>
14721472
<tr id='pilot-enable-cds-cache'>
14731473
<td><a href='#pilot-enable-cds-cache'><code>PILOT_ENABLE_CDS_CACHE</code></a></td>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1044,8 +1044,8 @@ <h2 id="envvars">Environment variables</h2>
10441044
<tr id='pilot-enable-ca-crl'>
10451045
<td><a href='#pilot-enable-ca-crl'><code>PILOT_ENABLE_CA_CRL</code></a></td>
10461046
<td>Boolean</td>
1047-
<td><code>false</code></td>
1048-
<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>
1047+
<td><code>true</code></td>
1048+
<td>If set to false, Istio will not watch for the ca-crl.pem file in the /etc/cacerts directory and will not distribute CRL data to namespaces for proxies to consume.</td>
10491049
</tr>
10501050
<tr id='pilot-enable-cds-cache'>
10511051
<td><a href='#pilot-enable-cds-cache'><code>PILOT_ENABLE_CDS_CACHE</code></a></td>

0 commit comments

Comments
 (0)