mirror of https://github.com/istio/istio.io.git
Automator: update istio.io@ reference docs (#9802)
This commit is contained in:
parent
03a3d0639d
commit
60948f124c
|
@ -4,7 +4,7 @@ source_repo: https://github.com/istio/istio
|
|||
title: istioctl
|
||||
description: Istio control interface.
|
||||
generator: pkg-collateral-docs
|
||||
number_of_entries: 85
|
||||
number_of_entries: 86
|
||||
max_toc_level: 2
|
||||
remove_toc_prefix: 'istioctl '
|
||||
---
|
||||
|
@ -968,6 +968,63 @@ istioctl d [flags]
|
|||
istioctl dash prometheus
|
||||
istioctl d prometheus
|
||||
</code></pre>
|
||||
<h2 id="istioctl-dashboard-skywalking">istioctl dashboard skywalking</h2>
|
||||
<p>Open the Istio dashboard in the SkyWalking UI</p>
|
||||
<pre class="language-bash"><code>istioctl dashboard skywalking [flags]
|
||||
</code></pre>
|
||||
<table class="command-flags">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Flags</th>
|
||||
<th>Shorthand</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><code>--address <string></code></td>
|
||||
<td></td>
|
||||
<td>Address to listen on. Only accepts IP address or localhost as a value. When localhost is supplied, istioctl will try to bind on both 127.0.0.1 and ::1 and will fail if neither of these address are available to bind. (default `localhost`)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>--browser</code></td>
|
||||
<td></td>
|
||||
<td>When --browser is supplied as false, istioctl dashboard will not open the browser. Default is true which means istioctl dashboard will always open a browser to view the dashboard. </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>Namespace where the addon is running, if not specified, istio-system would be used (default `istio-system`)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>--port <int></code></td>
|
||||
<td><code>-p</code></td>
|
||||
<td>Local port to listen to (default `0`)</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h3 id="istioctl-dashboard-skywalking Examples">Examples</h3>
|
||||
<pre class="language-bash"><code> istioctl dashboard skywalking
|
||||
|
||||
# with short syntax
|
||||
istioctl dash skywalking
|
||||
istioctl d skywalking
|
||||
</code></pre>
|
||||
<h2 id="istioctl-dashboard-zipkin">istioctl dashboard zipkin</h2>
|
||||
<p>Open Istio's Zipkin dashboard</p>
|
||||
<pre class="language-bash"><code>istioctl dashboard zipkin [flags]
|
||||
|
|
|
@ -1196,7 +1196,7 @@ These environment variables affect the behavior of the <code>pilot-agent</code>
|
|||
<td><code>PROXY_XDS_DEBUG_VIA_AGENT</code></td>
|
||||
<td>Boolean</td>
|
||||
<td><code>true</code></td>
|
||||
<td>If set to true, the agent will listen on 15009 and offer pilot's XDS istio.io/debug debug API there.</td>
|
||||
<td>If set to true, the agent will listen on 15004 and offer pilot's XDS istio.io/debug debug API there.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>PROXY_XDS_VIA_AGENT</code></td>
|
||||
|
|
|
@ -750,8 +750,8 @@ Defaults to false.</p>
|
|||
No
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="OutlierDetection-consecutive_local_origin_failure">
|
||||
<td><code>consecutiveLocalOriginFailure</code></td>
|
||||
<tr id="OutlierDetection-consecutive_local_origin_failures">
|
||||
<td><code>consecutiveLocalOriginFailures</code></td>
|
||||
<td><code><a href="#google-protobuf-UInt32Value">UInt32Value</a></code></td>
|
||||
<td>
|
||||
<p>The number of consecutive locally originated failures before ejection
|
||||
|
|
Loading…
Reference in New Issue