mirror of https://github.com/istio/istio.io.git
Automator: update istio.io@ reference docs (#15447)
This commit is contained in:
parent
e52b22db5e
commit
88277ff8da
|
@ -4,7 +4,7 @@ source_repo: https://github.com/istio/istio
|
|||
title: istioctl
|
||||
description: Istio control interface.
|
||||
generator: pkg-collateral-docs
|
||||
number_of_entries: 99
|
||||
number_of_entries: 98
|
||||
max_toc_level: 2
|
||||
remove_toc_prefix: 'istioctl '
|
||||
---
|
||||
|
@ -3475,85 +3475,6 @@ doubt re-run istioctl kube-inject on deployments to get the most up-to-date chan
|
|||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h2 id="istioctl-manifest-diff">istioctl manifest diff</h2>
|
||||
<p>The diff subcommand compares manifests from two files or directories. The output is a list of
|
||||
changed paths with the value changes shown as OLD-VALUE -> NEW-VALUE.
|
||||
List order changes are shown as [OLD-INDEX->NEW-INDEX], with ? used where a list item is added or
|
||||
removed.</p>
|
||||
<pre class="language-bash"><code>istioctl manifest diff <file|dir> <file|dir> [flags]
|
||||
</code></pre>
|
||||
<table class="command-flags">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Flags</th>
|
||||
<th>Shorthand</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><code>--context <string></code></td>
|
||||
<td></td>
|
||||
<td>Kubernetes configuration context (default ``)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>--directory</code></td>
|
||||
<td><code>-r</code></td>
|
||||
<td>Compare directory. </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>--dry-run</code></td>
|
||||
<td></td>
|
||||
<td>Console/log output only, make no changes. </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>--ignore <string></code></td>
|
||||
<td></td>
|
||||
<td>Ignore all listed items during comparison, using the same list format as selectResources. (default ``)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>--istioNamespace <string></code></td>
|
||||
<td><code>-i</code></td>
|
||||
<td>Istio system namespace (default `istio-system`)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>--kubeconfig <string></code></td>
|
||||
<td><code>-c</code></td>
|
||||
<td>Kubernetes configuration file (default ``)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>--namespace <string></code></td>
|
||||
<td><code>-n</code></td>
|
||||
<td>Kubernetes namespace (default ``)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>--rename <string></code></td>
|
||||
<td></td>
|
||||
<td>Rename resources before comparison.
|
||||
The format of each renaming pair is A->B, all renaming pairs are comma separated.
|
||||
e.g. Service:*:istiod->Service:*:istio-control - rename istiod service into istio-control (default ``)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>--select <string></code></td>
|
||||
<td></td>
|
||||
<td>Constrain the list of resources to compare to only the ones in this list, ignoring all others.
|
||||
The format of each list item is "::" and the items are comma separated. The "*" character represents wildcard selection.
|
||||
e.g.
|
||||
Deployment:istio-system:* - compare all deployments in istio-system namespace
|
||||
Service:*:istiod - compare Services called "istiod" in all namespaces (default `::`)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>--verbose</code></td>
|
||||
<td><code>-v</code></td>
|
||||
<td>Verbose output. </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>--vklog <Level></code></td>
|
||||
<td></td>
|
||||
<td>number for the log level verbosity. Like -v flag. ex: --vklog=9 (default `0`)</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h2 id="istioctl-manifest-generate">istioctl manifest generate</h2>
|
||||
<p>The generate subcommand generates an Istio install manifest and outputs to the console by default.</p>
|
||||
<pre class="language-bash"><code>istioctl manifest generate [flags]
|
||||
|
|
|
@ -2093,6 +2093,12 @@ Only applies when traffic from all groups (i.e. "*") is being redirected
|
|||
<td>The grace period ratio for the cert rotation, by default 0.5.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>SECRET_GRACE_PERIOD_RATIO_JITTER</code></td>
|
||||
<td>Floating-Point</td>
|
||||
<td><code>0.01</code></td>
|
||||
<td>Randomize the grace period ratio up or down by this amount to stagger cert renewals, by default .01 (~15 minutes over 24 hours).</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>SECRET_TTL</code></td>
|
||||
<td>Time Duration</td>
|
||||
<td><code>24h0m0s</code></td>
|
||||
|
|
|
@ -4,7 +4,7 @@ source_repo: https://github.com/istio/istio
|
|||
title: istioctl
|
||||
description: Istio control interface.
|
||||
generator: pkg-collateral-docs
|
||||
number_of_entries: 99
|
||||
number_of_entries: 98
|
||||
max_toc_level: 2
|
||||
remove_toc_prefix: 'istioctl '
|
||||
---
|
||||
|
@ -3475,85 +3475,6 @@ doubt re-run istioctl kube-inject on deployments to get the most up-to-date chan
|
|||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h2 id="istioctl-manifest-diff">istioctl manifest diff</h2>
|
||||
<p>The diff subcommand compares manifests from two files or directories. The output is a list of
|
||||
changed paths with the value changes shown as OLD-VALUE -> NEW-VALUE.
|
||||
List order changes are shown as [OLD-INDEX->NEW-INDEX], with ? used where a list item is added or
|
||||
removed.</p>
|
||||
<pre class="language-bash"><code>istioctl manifest diff <file|dir> <file|dir> [flags]
|
||||
</code></pre>
|
||||
<table class="command-flags">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Flags</th>
|
||||
<th>Shorthand</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><code>--context <string></code></td>
|
||||
<td></td>
|
||||
<td>Kubernetes configuration context (default ``)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>--directory</code></td>
|
||||
<td><code>-r</code></td>
|
||||
<td>Compare directory. </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>--dry-run</code></td>
|
||||
<td></td>
|
||||
<td>Console/log output only, make no changes. </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>--ignore <string></code></td>
|
||||
<td></td>
|
||||
<td>Ignore all listed items during comparison, using the same list format as selectResources. (default ``)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>--istioNamespace <string></code></td>
|
||||
<td><code>-i</code></td>
|
||||
<td>Istio system namespace (default `istio-system`)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>--kubeconfig <string></code></td>
|
||||
<td><code>-c</code></td>
|
||||
<td>Kubernetes configuration file (default ``)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>--namespace <string></code></td>
|
||||
<td><code>-n</code></td>
|
||||
<td>Kubernetes namespace (default ``)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>--rename <string></code></td>
|
||||
<td></td>
|
||||
<td>Rename resources before comparison.
|
||||
The format of each renaming pair is A->B, all renaming pairs are comma separated.
|
||||
e.g. Service:*:istiod->Service:*:istio-control - rename istiod service into istio-control (default ``)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>--select <string></code></td>
|
||||
<td></td>
|
||||
<td>Constrain the list of resources to compare to only the ones in this list, ignoring all others.
|
||||
The format of each list item is "::" and the items are comma separated. The "*" character represents wildcard selection.
|
||||
e.g.
|
||||
Deployment:istio-system:* - compare all deployments in istio-system namespace
|
||||
Service:*:istiod - compare Services called "istiod" in all namespaces (default `::`)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>--verbose</code></td>
|
||||
<td><code>-v</code></td>
|
||||
<td>Verbose output. </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>--vklog <Level></code></td>
|
||||
<td></td>
|
||||
<td>number for the log level verbosity. Like -v flag. ex: --vklog=9 (default `0`)</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h2 id="istioctl-manifest-generate">istioctl manifest generate</h2>
|
||||
<p>The generate subcommand generates an Istio install manifest and outputs to the console by default.</p>
|
||||
<pre class="language-bash"><code>istioctl manifest generate [flags]
|
||||
|
|
|
@ -2093,6 +2093,12 @@ Only applies when traffic from all groups (i.e. "*") is being redirected
|
|||
<td>The grace period ratio for the cert rotation, by default 0.5.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>SECRET_GRACE_PERIOD_RATIO_JITTER</code></td>
|
||||
<td>Floating-Point</td>
|
||||
<td><code>0.01</code></td>
|
||||
<td>Randomize the grace period ratio up or down by this amount to stagger cert renewals, by default .01 (~15 minutes over 24 hours).</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>SECRET_TTL</code></td>
|
||||
<td>Time Duration</td>
|
||||
<td><code>24h0m0s</code></td>
|
||||
|
|
Loading…
Reference in New Issue