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

This commit is contained in:
Istio Automation 2021-01-20 18:11:16 -08:00 committed by GitHub
parent 1bf9d85886
commit e14ae5b4b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 47 additions and 5 deletions

View File

@ -2567,6 +2567,11 @@ istioctl x version --xds-label istio.io/rev=default
<td>Wait condition, must be &#39;distribution&#39; or &#39;delete&#39; (default `distribution`)</td>
</tr>
<tr>
<td><code>--generation &lt;string&gt;</code></td>
<td></td>
<td>Wait for a specific generation of config to become current, rather than using whatever is latest in Kubernetes (default ``)</td>
</tr>
<tr>
<td><code>--istioNamespace &lt;string&gt;</code></td>
<td><code>-i</code></td>
<td>Istio system namespace (default `istio-system`)</td>
@ -2582,11 +2587,6 @@ istioctl x version --xds-label istio.io/rev=default
<td>Config namespace (default ``)</td>
</tr>
<tr>
<td><code>--resource-version &lt;string&gt;</code></td>
<td></td>
<td>Wait for a specific version of config to become current, rather than using whatever is latest in kubernetes (default ``)</td>
</tr>
<tr>
<td><code>--revision &lt;string&gt;</code></td>
<td></td>
<td>Control plane revision (default ``)</td>
@ -5239,6 +5239,12 @@ These environment variables affect the behavior of the <code>istioctl</code> com
<td>If status is enabled, controls the Burst rate with which status will be updated. See https://godoc.org/k8s.io/client-go/rest#Config Burst</td>
</tr>
<tr>
<td><code>PILOT_STATUS_MAX_WORKERS</code></td>
<td>Integer</td>
<td><code>100</code></td>
<td>The maximum number of workers Pilot will use to keep configuration status up to date. Smaller numbers will result in higher status latency, but larger numbers may impact CPU in high scale environments.</td>
</tr>
<tr>
<td><code>PILOT_STATUS_QPS</code></td>
<td>Floating-Point</td>
<td><code>100</code></td>

View File

@ -458,6 +458,12 @@ These environment variables affect the behavior of the <code>operator</code> com
<td>If status is enabled, controls the Burst rate with which status will be updated. See https://godoc.org/k8s.io/client-go/rest#Config Burst</td>
</tr>
<tr>
<td><code>PILOT_STATUS_MAX_WORKERS</code></td>
<td>Integer</td>
<td><code>100</code></td>
<td>The maximum number of workers Pilot will use to keep configuration status up to date. Smaller numbers will result in higher status latency, but larger numbers may impact CPU in high scale environments.</td>
</tr>
<tr>
<td><code>PILOT_STATUS_QPS</code></td>
<td>Floating-Point</td>
<td><code>100</code></td>

View File

@ -1023,6 +1023,12 @@ These environment variables affect the behavior of the <code>pilot-agent</code>
<td>If status is enabled, controls the Burst rate with which status will be updated. See https://godoc.org/k8s.io/client-go/rest#Config Burst</td>
</tr>
<tr>
<td><code>PILOT_STATUS_MAX_WORKERS</code></td>
<td>Integer</td>
<td><code>100</code></td>
<td>The maximum number of workers Pilot will use to keep configuration status up to date. Smaller numbers will result in higher status latency, but larger numbers may impact CPU in high scale environments.</td>
</tr>
<tr>
<td><code>PILOT_STATUS_QPS</code></td>
<td>Floating-Point</td>
<td><code>100</code></td>

View File

@ -866,6 +866,12 @@ These environment variables affect the behavior of the <code>pilot-discovery</co
<td>If status is enabled, controls the Burst rate with which status will be updated. See https://godoc.org/k8s.io/client-go/rest#Config Burst</td>
</tr>
<tr>
<td><code>PILOT_STATUS_MAX_WORKERS</code></td>
<td>Integer</td>
<td><code>100</code></td>
<td>The maximum number of workers Pilot will use to keep configuration status up to date. Smaller numbers will result in higher status latency, but larger numbers may impact CPU in high scale environments.</td>
</tr>
<tr>
<td><code>PILOT_STATUS_QPS</code></td>
<td>Floating-Point</td>
<td><code>100</code></td>

View File

@ -353,3 +353,21 @@ messages:
level: Warning
description: "Virtual IP addresses are required for ports serving TCP (or unset) protocol"
template: "ServiceEntry addresses are required for this protocol."
- name: "DeprecatedAnnotation"
code: IST0135
level: Info
description: "A resource is using a deprecated Istio annotation."
template: "Annotation %q has been deprecated and may not work in future Istio versions."
args:
- name: annotation
type: string
- name: "AlphaAnnotation"
code: IST0136
level: Info
description: "An Istio annotation may not be suitable for production."
template: "Annotation %q is part of an alpha-phase feature and may be incompletely supported."
args:
- name: annotation
type: string