Automator: update istio.io@ reference docs (#16612)

This commit is contained in:
Istio Automation 2025-06-24 22:18:17 -04:00 committed by GitHub
parent 5a590def85
commit d05e3aafda
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 52 additions and 4 deletions

View File

@ -3476,7 +3476,7 @@ Retrieves last sent and last acknowledged xDS sync from Istiod to each Envoy in
</tr>
<tr>
<td><code>--file &lt;string&gt;</code></td>
<td><code>-f</code></td>
<td></td>
<td>Envoy config dump JSON file (default ``)</td>
</tr>
<tr>
@ -3505,6 +3505,11 @@ Retrieves last sent and last acknowledged xDS sync from Istiod to each Envoy in
<td>Kubernetes namespace (default ``)</td>
</tr>
<tr>
<td><code>--output &lt;string&gt;</code></td>
<td><code>-o</code></td>
<td>Output format: table or json (default `table`)</td>
</tr>
<tr>
<td><code>--plaintext</code></td>
<td></td>
<td>Use plain-text HTTP/2 when connecting to server (no TLS). </td>
@ -3520,6 +3525,11 @@ Retrieves last sent and last acknowledged xDS sync from Istiod to each Envoy in
<td>The duration to wait before failing (default `30s`)</td>
</tr>
<tr>
<td><code>--verbosity &lt;int&gt;</code></td>
<td><code>-v</code></td>
<td>Verbosity level for proxy status output. 0=default, 1=show all xDS types (max verbosity) (default `0`)</td>
</tr>
<tr>
<td><code>--vklog &lt;Level&gt;</code></td>
<td></td>
<td>number for the log level verbosity. Like -v flag. ex: --vklog=9 (default `0`)</td>
@ -3569,6 +3579,8 @@ Retrieves last sent and last acknowledged xDS sync from Istiod to each Envoy in
# (Select a specific control plane in an in-cluster canary Istio configuration.)
istioctl ps --xds-label istio.io/rev=default
# Show the status of a specific proxy in JSON format
istioctl proxy-status --output json
</code></pre>
<h3 id="istioctl-experimental-version">istioctl experimental version</h3>
<p>Prints out build version information</p>
@ -6094,7 +6106,7 @@ Retrieves last sent and last acknowledged xDS sync from Istiod to each Envoy in
</tr>
<tr>
<td><code>--file &lt;string&gt;</code></td>
<td><code>-f</code></td>
<td></td>
<td>Envoy config dump JSON file (default ``)</td>
</tr>
<tr>
@ -6123,6 +6135,11 @@ Retrieves last sent and last acknowledged xDS sync from Istiod to each Envoy in
<td>Kubernetes namespace (default ``)</td>
</tr>
<tr>
<td><code>--output &lt;string&gt;</code></td>
<td><code>-o</code></td>
<td>Output format: table or json (default `table`)</td>
</tr>
<tr>
<td><code>--plaintext</code></td>
<td></td>
<td>Use plain-text HTTP/2 when connecting to server (no TLS). </td>
@ -6138,6 +6155,11 @@ Retrieves last sent and last acknowledged xDS sync from Istiod to each Envoy in
<td>The duration to wait before failing (default `30s`)</td>
</tr>
<tr>
<td><code>--verbosity &lt;int&gt;</code></td>
<td><code>-v</code></td>
<td>Verbosity level for proxy status output. 0=default, 1=show all xDS types (max verbosity) (default `0`)</td>
</tr>
<tr>
<td><code>--vklog &lt;Level&gt;</code></td>
<td></td>
<td>number for the log level verbosity. Like -v flag. ex: --vklog=9 (default `0`)</td>
@ -6187,6 +6209,8 @@ Retrieves last sent and last acknowledged xDS sync from Istiod to each Envoy in
# (Select a specific control plane in an in-cluster canary Istio configuration.)
istioctl ps --xds-label istio.io/rev=default
# Show the status of a specific proxy in JSON format
istioctl proxy-status --output json
</code></pre>
<h3 id="istioctl-remote-clusters">istioctl remote-clusters</h3>
<p>Lists the remote clusters each istiod instance is connected to.</p>

View File

@ -3476,7 +3476,7 @@ Retrieves last sent and last acknowledged xDS sync from Istiod to each Envoy in
</tr>
<tr>
<td><code>--file &lt;string&gt;</code></td>
<td><code>-f</code></td>
<td></td>
<td>Envoy config dump JSON file (default ``)</td>
</tr>
<tr>
@ -3505,6 +3505,11 @@ Retrieves last sent and last acknowledged xDS sync from Istiod to each Envoy in
<td>Kubernetes namespace (default ``)</td>
</tr>
<tr>
<td><code>--output &lt;string&gt;</code></td>
<td><code>-o</code></td>
<td>Output format: table or json (default `table`)</td>
</tr>
<tr>
<td><code>--plaintext</code></td>
<td></td>
<td>Use plain-text HTTP/2 when connecting to server (no TLS). </td>
@ -3520,6 +3525,11 @@ Retrieves last sent and last acknowledged xDS sync from Istiod to each Envoy in
<td>The duration to wait before failing (default `30s`)</td>
</tr>
<tr>
<td><code>--verbosity &lt;int&gt;</code></td>
<td><code>-v</code></td>
<td>Verbosity level for proxy status output. 0=default, 1=show all xDS types (max verbosity) (default `0`)</td>
</tr>
<tr>
<td><code>--vklog &lt;Level&gt;</code></td>
<td></td>
<td>number for the log level verbosity. Like -v flag. ex: --vklog=9 (default `0`)</td>
@ -3569,6 +3579,8 @@ Retrieves last sent and last acknowledged xDS sync from Istiod to each Envoy in
# (Select a specific control plane in an in-cluster canary Istio configuration.)
istioctl ps --xds-label istio.io/rev=default
# Show the status of a specific proxy in JSON format
istioctl proxy-status --output json
</code></pre>
<h3 id="istioctl-experimental-version">istioctl experimental version</h3>
<p>Prints out build version information</p>
@ -6094,7 +6106,7 @@ Retrieves last sent and last acknowledged xDS sync from Istiod to each Envoy in
</tr>
<tr>
<td><code>--file &lt;string&gt;</code></td>
<td><code>-f</code></td>
<td></td>
<td>Envoy config dump JSON file (default ``)</td>
</tr>
<tr>
@ -6123,6 +6135,11 @@ Retrieves last sent and last acknowledged xDS sync from Istiod to each Envoy in
<td>Kubernetes namespace (default ``)</td>
</tr>
<tr>
<td><code>--output &lt;string&gt;</code></td>
<td><code>-o</code></td>
<td>Output format: table or json (default `table`)</td>
</tr>
<tr>
<td><code>--plaintext</code></td>
<td></td>
<td>Use plain-text HTTP/2 when connecting to server (no TLS). </td>
@ -6138,6 +6155,11 @@ Retrieves last sent and last acknowledged xDS sync from Istiod to each Envoy in
<td>The duration to wait before failing (default `30s`)</td>
</tr>
<tr>
<td><code>--verbosity &lt;int&gt;</code></td>
<td><code>-v</code></td>
<td>Verbosity level for proxy status output. 0=default, 1=show all xDS types (max verbosity) (default `0`)</td>
</tr>
<tr>
<td><code>--vklog &lt;Level&gt;</code></td>
<td></td>
<td>number for the log level verbosity. Like -v flag. ex: --vklog=9 (default `0`)</td>
@ -6187,6 +6209,8 @@ Retrieves last sent and last acknowledged xDS sync from Istiod to each Envoy in
# (Select a specific control plane in an in-cluster canary Istio configuration.)
istioctl ps --xds-label istio.io/rev=default
# Show the status of a specific proxy in JSON format
istioctl proxy-status --output json
</code></pre>
<h3 id="istioctl-remote-clusters">istioctl remote-clusters</h3>
<p>Lists the remote clusters each istiod instance is connected to.</p>