mirror of https://github.com/istio/istio.io.git
Automator: update istio.io@ reference docs (#11996)
This commit is contained in:
parent
656427d5ca
commit
81fd8b368b
|
@ -453,6 +453,11 @@ All names except label and annotation keys support '*' glob matching pat
|
|||
<td>Config namespace (default ``)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>--rps-limit <int></code></td>
|
||||
<td></td>
|
||||
<td>Requests per second limit to the Kubernetes API server, defaults to 10.A higher limit can make bug report collection much faster. (default `0`)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>--start-time <string></code></td>
|
||||
<td></td>
|
||||
<td>Start time for the range of log entries to include in the archive. Default is the infinite past. If set, --duration must be unset. (default ``)</td>
|
||||
|
@ -563,6 +568,11 @@ All names except label and annotation keys support '*' glob matching pat
|
|||
<td>One of 'yaml' or 'json'. (default ``)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>--rps-limit <int></code></td>
|
||||
<td></td>
|
||||
<td>Requests per second limit to the Kubernetes API server, defaults to 10.A higher limit can make bug report collection much faster. (default `0`)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>--short</code></td>
|
||||
<td><code>-s</code></td>
|
||||
<td>Use --short=false to generate full version information </td>
|
||||
|
|
|
@ -320,7 +320,7 @@ Istio supports to control its behavior.
|
|||
<td>Deprecated</td>
|
||||
|
||||
<td>[Pod]</td>
|
||||
<td>Specifies whether or not an Envoy sidecar should be automatically injected into the workload.</td>
|
||||
<td>Specifies whether or not an Envoy sidecar should be automatically injected into the workload. Deprecated in favor of `sidecar.istio.io/inject` label.</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
|
|
@ -84,6 +84,19 @@ Istio supports to control its behavior.
|
|||
|
||||
|
||||
|
||||
<tr>
|
||||
|
||||
<td><code>sidecar.istio.io/inject</code></td>
|
||||
|
||||
<td>Beta</td>
|
||||
|
||||
<td>[Pod]</td>
|
||||
<td>Specifies whether or not an Envoy sidecar should be automatically injected into the workload.</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
|
||||
<td><code>topology.istio.io/cluster</code></td>
|
||||
|
|
|
@ -453,6 +453,11 @@ All names except label and annotation keys support '*' glob matching pat
|
|||
<td>Config namespace (default ``)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>--rps-limit <int></code></td>
|
||||
<td></td>
|
||||
<td>Requests per second limit to the Kubernetes API server, defaults to 10.A higher limit can make bug report collection much faster. (default `0`)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>--start-time <string></code></td>
|
||||
<td></td>
|
||||
<td>Start time for the range of log entries to include in the archive. Default is the infinite past. If set, --duration must be unset. (default ``)</td>
|
||||
|
@ -563,6 +568,11 @@ All names except label and annotation keys support '*' glob matching pat
|
|||
<td>One of 'yaml' or 'json'. (default ``)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>--rps-limit <int></code></td>
|
||||
<td></td>
|
||||
<td>Requests per second limit to the Kubernetes API server, defaults to 10.A higher limit can make bug report collection much faster. (default `0`)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>--short</code></td>
|
||||
<td><code>-s</code></td>
|
||||
<td>Use --short=false to generate full version information </td>
|
||||
|
|
|
@ -320,7 +320,7 @@ Istio supports to control its behavior.
|
|||
<td>Deprecated</td>
|
||||
|
||||
<td>[Pod]</td>
|
||||
<td>Specifies whether or not an Envoy sidecar should be automatically injected into the workload.</td>
|
||||
<td>Specifies whether or not an Envoy sidecar should be automatically injected into the workload. Deprecated in favor of `sidecar.istio.io/inject` label.</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
|
|
@ -84,6 +84,19 @@ Istio supports to control its behavior.
|
|||
|
||||
|
||||
|
||||
<tr>
|
||||
|
||||
<td><code>sidecar.istio.io/inject</code></td>
|
||||
|
||||
<td>Beta</td>
|
||||
|
||||
<td>[Pod]</td>
|
||||
<td>Specifies whether or not an Envoy sidecar should be automatically injected into the workload.</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
|
||||
<td><code>topology.istio.io/cluster</code></td>
|
||||
|
|
Loading…
Reference in New Issue