mirror of https://github.com/istio/istio.io.git
Automator: update istio.io@ reference docs (#10201)
This commit is contained in:
parent
2e58e4e4a0
commit
1ff518e76b
|
@ -4,7 +4,7 @@ source_repo: https://github.com/istio/istio
|
|||
title: istioctl
|
||||
description: Istio control interface.
|
||||
generator: pkg-collateral-docs
|
||||
number_of_entries: 97
|
||||
number_of_entries: 98
|
||||
max_toc_level: 2
|
||||
remove_toc_prefix: 'istioctl '
|
||||
---
|
||||
|
@ -5901,6 +5901,60 @@ istioctl proxy-config l [<type>/]<name>[.<namespace>] [flags]
|
|||
istioctl proxy-config log <pod-name[.namespace]> -r
|
||||
|
||||
</code></pre>
|
||||
<h2 id="istioctl-proxy-config-rootca-compare">istioctl proxy-config rootca-compare</h2>
|
||||
<p>Compare ROOTCA values for given 2 pods to check the connectivity between them.</p>
|
||||
<p>THIS COMMAND IS UNDER ACTIVE DEVELOPMENT AND NOT READY FOR PRODUCTION USE.</p>
|
||||
<pre class="language-bash"><code>istioctl proxy-config rootca-compare [pod/]<name-1>[.<namespace-1>] [pod/]<name-2>[.<namespace-2>] [flags]
|
||||
</code></pre>
|
||||
<div class="aliases">
|
||||
<pre class="language-bash"><code>istioctl proxy-config rootca-compare [pod/]<name-1>[.<namespace-1>] [pod/]<name-2>[.<namespace-2>] [flags]
|
||||
istioctl proxy-config rc [pod/]<name-1>[.<namespace-1>] [pod/]<name-2>[.<namespace-2>] [flags]
|
||||
</code></pre></div>
|
||||
<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>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>Output format: one of json|yaml|short (default `short`)</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>
|
||||
<h3 id="istioctl-proxy-config-rootca-compare Examples">Examples</h3>
|
||||
<pre class="language-bash"><code> # Compare ROOTCA values for given 2 pods to check the connectivity between them.
|
||||
istioctl proxy-config rootca-compare <pod-name-1[.namespace]> <pod-name-2[.namespace]>
|
||||
</code></pre>
|
||||
<h2 id="istioctl-proxy-config-route">istioctl proxy-config route</h2>
|
||||
<p>Retrieve information about route configuration for the Envoy instance in the specified pod.</p>
|
||||
<pre class="language-bash"><code>istioctl proxy-config route [<type>/]<name>[.<namespace>] [flags]
|
||||
|
|
|
@ -812,19 +812,6 @@ No
|
|||
<td>
|
||||
<p>Header manipulation rules</p>
|
||||
|
||||
</td>
|
||||
<td>
|
||||
No
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="HTTPRoute-mirror_percent" class="deprecated ">
|
||||
<td><code>mirrorPercent</code></td>
|
||||
<td><code><a href="#google-protobuf-UInt32Value">UInt32Value</a></code></td>
|
||||
<td>
|
||||
<p>Percentage of the traffic to be mirrored by the <code>mirror</code> field.
|
||||
Use of integer <code>mirror_percent</code> value is deprecated. Use the
|
||||
double <code>mirror_percentage</code> field instead</p>
|
||||
|
||||
</td>
|
||||
<td>
|
||||
No
|
||||
|
|
Loading…
Reference in New Issue