Automator: update istio.io@ reference docs (#12935)

This commit is contained in:
Istio Automation 2023-03-23 19:15:59 -07:00 committed by GitHub
parent 7468d2bc84
commit 104f0ef0d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
13 changed files with 68 additions and 12 deletions

View File

@ -912,6 +912,12 @@ A group can be specified either by name or by a numeric GID.
Only applies when traffic from all groups (i.e. &#34;*&#34;) is being redirected to Envoy.</td>
</tr>
<tr>
<td><code>ISTIO_WATCH_NAMESPACE</code></td>
<td>String</td>
<td><code></code></td>
<td>If set, limit Kubernetes watches to a single namespace. Warning: only a single namespace can be set.</td>
</tr>
<tr>
<td><code>JWT_POLICY</code></td>
<td>String</td>
<td><code>third-party-jwt</code></td>

View File

@ -7794,6 +7794,12 @@ These environment variables affect the behavior of the <code>istioctl</code> com
<td></td>
</tr>
<tr>
<td><code>ISTIO_WATCH_NAMESPACE</code></td>
<td>String</td>
<td><code></code></td>
<td>If set, limit Kubernetes watches to a single namespace. Warning: only a single namespace can be set.</td>
</tr>
<tr>
<td><code>JWT_POLICY</code></td>
<td>String</td>
<td><code>third-party-jwt</code></td>

View File

@ -575,6 +575,12 @@ These environment variables affect the behavior of the <code>operator</code> com
<td></td>
</tr>
<tr>
<td><code>ISTIO_WATCH_NAMESPACE</code></td>
<td>String</td>
<td><code></code></td>
<td>If set, limit Kubernetes watches to a single namespace. Warning: only a single namespace can be set.</td>
</tr>
<tr>
<td><code>JWT_POLICY</code></td>
<td>String</td>
<td><code>third-party-jwt</code></td>

View File

@ -1464,6 +1464,12 @@ Only applies when traffic from all groups (i.e. &#34;*&#34;) is being redirected
<td></td>
</tr>
<tr>
<td><code>ISTIO_WATCH_NAMESPACE</code></td>
<td>String</td>
<td><code></code></td>
<td>If set, limit Kubernetes watches to a single namespace. Warning: only a single namespace can be set.</td>
</tr>
<tr>
<td><code>JWT_POLICY</code></td>
<td>String</td>
<td><code>third-party-jwt</code></td>

View File

@ -743,6 +743,12 @@ These environment variables affect the behavior of the <code>pilot-discovery</co
<td></td>
</tr>
<tr>
<td><code>ISTIO_WATCH_NAMESPACE</code></td>
<td>String</td>
<td><code></code></td>
<td>If set, limit Kubernetes watches to a single namespace. Warning: only a single namespace can be set.</td>
</tr>
<tr>
<td><code>JWT_POLICY</code></td>
<td>String</td>
<td><code>third-party-jwt</code></td>

View File

@ -425,7 +425,10 @@ No
<td><code>localityLbSetting</code></td>
<td><code><a href="/docs/reference/config/networking/destination-rule/#LocalityLoadBalancerSetting">LocalityLoadBalancerSetting</a></code></td>
<td>
<p>Locality based load balancing distribution or failover settings.</p>
<p>Locality based load balancing distribution or failover settings.
If unspecified, locality based load balancing will be enabled by default.
However, this requires outlierDetection to actually take effect for a particular
service, see <a href="/docs/tasks/traffic-management/locality-load-balancing/failover/">https://istio.io/latest/docs/tasks/traffic-management/locality-load-balancing/failover/</a></p>
</td>
<td>

View File

@ -912,6 +912,12 @@ A group can be specified either by name or by a numeric GID.
Only applies when traffic from all groups (i.e. &#34;*&#34;) is being redirected to Envoy.</td>
</tr>
<tr>
<td><code>ISTIO_WATCH_NAMESPACE</code></td>
<td>String</td>
<td><code></code></td>
<td>If set, limit Kubernetes watches to a single namespace. Warning: only a single namespace can be set.</td>
</tr>
<tr>
<td><code>JWT_POLICY</code></td>
<td>String</td>
<td><code>third-party-jwt</code></td>

View File

@ -7794,6 +7794,12 @@ These environment variables affect the behavior of the <code>istioctl</code> com
<td></td>
</tr>
<tr>
<td><code>ISTIO_WATCH_NAMESPACE</code></td>
<td>String</td>
<td><code></code></td>
<td>If set, limit Kubernetes watches to a single namespace. Warning: only a single namespace can be set.</td>
</tr>
<tr>
<td><code>JWT_POLICY</code></td>
<td>String</td>
<td><code>third-party-jwt</code></td>

View File

@ -575,6 +575,12 @@ These environment variables affect the behavior of the <code>operator</code> com
<td></td>
</tr>
<tr>
<td><code>ISTIO_WATCH_NAMESPACE</code></td>
<td>String</td>
<td><code></code></td>
<td>If set, limit Kubernetes watches to a single namespace. Warning: only a single namespace can be set.</td>
</tr>
<tr>
<td><code>JWT_POLICY</code></td>
<td>String</td>
<td><code>third-party-jwt</code></td>

View File

@ -1464,6 +1464,12 @@ Only applies when traffic from all groups (i.e. &#34;*&#34;) is being redirected
<td></td>
</tr>
<tr>
<td><code>ISTIO_WATCH_NAMESPACE</code></td>
<td>String</td>
<td><code></code></td>
<td>If set, limit Kubernetes watches to a single namespace. Warning: only a single namespace can be set.</td>
</tr>
<tr>
<td><code>JWT_POLICY</code></td>
<td>String</td>
<td><code>third-party-jwt</code></td>

View File

@ -743,6 +743,12 @@ These environment variables affect the behavior of the <code>pilot-discovery</co
<td></td>
</tr>
<tr>
<td><code>ISTIO_WATCH_NAMESPACE</code></td>
<td>String</td>
<td><code></code></td>
<td>If set, limit Kubernetes watches to a single namespace. Warning: only a single namespace can be set.</td>
</tr>
<tr>
<td><code>JWT_POLICY</code></td>
<td>String</td>
<td><code>third-party-jwt</code></td>

View File

@ -425,7 +425,10 @@ No
<td><code>localityLbSetting</code></td>
<td><code><a href="/zh/docs/reference/config/networking/destination-rule/#LocalityLoadBalancerSetting">LocalityLoadBalancerSetting</a></code></td>
<td>
<p>Locality based load balancing distribution or failover settings.</p>
<p>Locality based load balancing distribution or failover settings.
If unspecified, locality based load balancing will be enabled by default.
However, this requires outlierDetection to actually take effect for a particular
service, see <a href="/latest/docs/tasks/traffic-management/locality-load-balancing/failover/">https://istio.io/latest/docs/tasks/traffic-management/locality-load-balancing/failover/</a></p>
</td>
<td>

View File

@ -644,13 +644,3 @@ messages:
type: "[]string"
- name: namespace
type: string
- name: "DeprecatedLightstepProvider"
code: IST0161
level: Warning
description: "Lightstep provider is still being used"
template: "The Lightstep provider %s is deprecated, please migrate to OpenTelemetry provider."
url: "https://istio.io/latest/docs/reference/config/analysis/ist0161/"
args:
- name: providerName
type: "string"