mirror of https://github.com/istio/istio.io.git
Automator: update istio.io@ reference docs (#7658)
This commit is contained in:
parent
5e855ea315
commit
dbd63b985e
|
@ -4,7 +4,7 @@ source_repo: https://github.com/istio/istio
|
|||
title: istioctl
|
||||
description: Istio control interface.
|
||||
generator: pkg-collateral-docs
|
||||
number_of_entries: 76
|
||||
number_of_entries: 77
|
||||
max_toc_level: 2
|
||||
remove_toc_prefix: 'istioctl '
|
||||
---
|
||||
|
@ -2559,6 +2559,107 @@ https://istio.io/docs/reference/config/istio.operator.v1alpha1/#IstioOperatorSpe
|
|||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h2 id="istioctl-experimental-version">istioctl experimental version</h2>
|
||||
<p>Prints out build version information</p>
|
||||
<pre class="language-bash"><code>istioctl experimental version [flags]
|
||||
</code></pre>
|
||||
<table class="command-flags">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Flags</th>
|
||||
<th>Shorthand</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><code>--cert-dir <string></code></td>
|
||||
<td></td>
|
||||
<td>XDS Endpoint certificate directory (default ``)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>--context <string></code></td>
|
||||
<td></td>
|
||||
<td>The name of the kubeconfig context to use (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>Config namespace (default ``)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>--output <string></code></td>
|
||||
<td><code>-o</code></td>
|
||||
<td>One of 'yaml' or 'json'. (default ``)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>--remote</code></td>
|
||||
<td></td>
|
||||
<td>Use --remote=false to suppress control plane check </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>--revision <string></code></td>
|
||||
<td></td>
|
||||
<td>control plane revision (default ``)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>--short</code></td>
|
||||
<td><code>-s</code></td>
|
||||
<td>Use --short=false to generate full version information </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>--timeout <duration></code></td>
|
||||
<td></td>
|
||||
<td>the duration to wait before failing (default `30s`)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>--xds-address <string></code></td>
|
||||
<td></td>
|
||||
<td>XDS Endpoint (default ``)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>--xds-label <string></code></td>
|
||||
<td></td>
|
||||
<td>Istiod pod label selector (default ``)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>--xds-port <int></code></td>
|
||||
<td></td>
|
||||
<td>Istiod pod port (default `15012`)</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h3 id="istioctl-experimental-version Examples">Examples</h3>
|
||||
<pre class="language-bash"><code># Retrieve version information directly from XDS, without security
|
||||
istioctl x version --xds-address localhost:15012
|
||||
|
||||
# Retrieve version information directly from XDS, with security
|
||||
# (the certificates must be retrieved before this step)
|
||||
istioctl x version --xds-address localhost:15010 --cert-dir ~/.istio-certs
|
||||
|
||||
# Retrieve version information via XDS from all Istio pods in a Kubernetes cluster
|
||||
# (without security)
|
||||
istioctl x version --xds-port 15010
|
||||
|
||||
# Retrieve version information via XDS from all Istio pods in a Kubernetes cluster
|
||||
# (the certificates must be retrieved before this step)
|
||||
istioctl x version --cert-dir ~/.istio-certs
|
||||
|
||||
# Retrieve version information via XDS from default control plane Istio pods
|
||||
# in a Kubernetes cluster, without security
|
||||
istioctl x version --xds-label istio.io/rev=default --xds-port 15010
|
||||
|
||||
</code></pre>
|
||||
<h2 id="istioctl-experimental-wait">istioctl experimental wait</h2>
|
||||
<p>Waits for the specified condition to be true of an Istio resource.</p>
|
||||
<pre class="language-bash"><code>istioctl experimental wait [flags] <type> <name>[.<namespace>]
|
||||
|
@ -4588,6 +4689,12 @@ These environment variables affect the behavior of the <code>istioctl</code> com
|
|||
<td>If this is set to false, will not create CA server in istiod.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>INGRESS_GATEWAY_NAMESPACE</code></td>
|
||||
<td>String</td>
|
||||
<td><code></code></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>INJECTION_WEBHOOK_CONFIG_NAME</code></td>
|
||||
<td>String</td>
|
||||
<td><code>istio-sidecar-injector</code></td>
|
||||
|
@ -4852,6 +4959,18 @@ These environment variables affect the behavior of the <code>istioctl</code> com
|
|||
<td>If enabled, Pilot will use EndpointSlices as the source of endpoints for Kubernetes services. By default, this is false, and Endpoints will be used. This requires the Kubernetes EndpointSlice controller to be enabled. Currently this is mutual exclusive - either Endpoints or EndpointSlices will be used</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>POD_NAME</code></td>
|
||||
<td>String</td>
|
||||
<td><code></code></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>SECRET_WATCHER_RESYNC_PERIOD</code></td>
|
||||
<td>String</td>
|
||||
<td><code></code></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>SPIFFE_BUNDLE_ENDPOINTS</code></td>
|
||||
<td>String</td>
|
||||
<td><code></code></td>
|
||||
|
@ -4936,6 +5055,10 @@ These environment variables affect the behavior of the <code>istioctl</code> com
|
|||
<tr><td><code>mixer_handler_workers_total</code></td><td><code>LastValue</code></td><td>The current number of active worker routines in a given adapter environment.</td></tr>
|
||||
<tr><td><code>mixer_runtime_dispatch_duration_seconds</code></td><td><code>Distribution</code></td><td>Duration in seconds for adapter dispatches handled by Mixer.</td></tr>
|
||||
<tr><td><code>mixer_runtime_dispatches_total</code></td><td><code>Count</code></td><td>Total number of adapter dispatches handled by Mixer.</td></tr>
|
||||
<tr><td><code>num_failed_outgoing_requests</code></td><td><code>Sum</code></td><td>Number of failed outgoing requests (e.g. to a token exchange server, CA, etc.)</td></tr>
|
||||
<tr><td><code>num_outgoing_requests</code></td><td><code>Sum</code></td><td>Number of total outgoing requests (e.g. to a token exchange server, CA, etc.)</td></tr>
|
||||
<tr><td><code>num_outgoing_retries</code></td><td><code>Sum</code></td><td>Number of outgoing retry requests (e.g. to a token exchange server, CA, etc.)</td></tr>
|
||||
<tr><td><code>outgoing_latency</code></td><td><code>Sum</code></td><td>The latency of outgoing requests (e.g. to a token exchange server, CA, etc.) in milliseconds.</td></tr>
|
||||
<tr><td><code>pilot_conflict_inbound_listener</code></td><td><code>LastValue</code></td><td>Number of conflicting inbound listeners.</td></tr>
|
||||
<tr><td><code>pilot_conflict_outbound_listener_http_over_current_tcp</code></td><td><code>LastValue</code></td><td>Number of conflicting wildcard http listeners with current wildcard tcp listener.</td></tr>
|
||||
<tr><td><code>pilot_conflict_outbound_listener_tcp_over_current_http</code></td><td><code>LastValue</code></td><td>Number of conflicting wildcard tcp listeners with current wildcard http listener.</td></tr>
|
||||
|
|
Loading…
Reference in New Issue