Skip to content

Commit d05e3aa

Browse files
Automator: update istio.io@ reference docs (#16612)
1 parent 5a590de commit d05e3aa

File tree

2 files changed

+52
-4
lines changed

2 files changed

+52
-4
lines changed

content/en/docs/reference/commands/istioctl/index.html

Lines changed: 26 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3476,7 +3476,7 @@ <h3 id="istioctl-experimental-proxy-status">istioctl experimental proxy-status</
34763476
</tr>
34773477
<tr>
34783478
<td><code>--file &lt;string&gt;</code></td>
3479-
<td><code>-f</code></td>
3479+
<td></td>
34803480
<td>Envoy config dump JSON file (default ``)</td>
34813481
</tr>
34823482
<tr>
@@ -3505,6 +3505,11 @@ <h3 id="istioctl-experimental-proxy-status">istioctl experimental proxy-status</
35053505
<td>Kubernetes namespace (default ``)</td>
35063506
</tr>
35073507
<tr>
3508+
<td><code>--output &lt;string&gt;</code></td>
3509+
<td><code>-o</code></td>
3510+
<td>Output format: table or json (default `table`)</td>
3511+
</tr>
3512+
<tr>
35083513
<td><code>--plaintext</code></td>
35093514
<td></td>
35103515
<td>Use plain-text HTTP/2 when connecting to server (no TLS). </td>
@@ -3520,6 +3525,11 @@ <h3 id="istioctl-experimental-proxy-status">istioctl experimental proxy-status</
35203525
<td>The duration to wait before failing (default `30s`)</td>
35213526
</tr>
35223527
<tr>
3528+
<td><code>--verbosity &lt;int&gt;</code></td>
3529+
<td><code>-v</code></td>
3530+
<td>Verbosity level for proxy status output. 0=default, 1=show all xDS types (max verbosity) (default `0`)</td>
3531+
</tr>
3532+
<tr>
35233533
<td><code>--vklog &lt;Level&gt;</code></td>
35243534
<td></td>
35253535
<td>number for the log level verbosity. Like -v flag. ex: --vklog=9 (default `0`)</td>
@@ -3569,6 +3579,8 @@ <h4 id="istioctl-experimental-proxy-status Examples">Examples</h4>
35693579
# (Select a specific control plane in an in-cluster canary Istio configuration.)
35703580
istioctl ps --xds-label istio.io/rev=default
35713581

3582+
# Show the status of a specific proxy in JSON format
3583+
istioctl proxy-status --output json
35723584
</code></pre>
35733585
<h3 id="istioctl-experimental-version">istioctl experimental version</h3>
35743586
<p>Prints out build version information</p>
@@ -6094,7 +6106,7 @@ <h3 id="istioctl-proxy-status">istioctl proxy-status</h3>
60946106
</tr>
60956107
<tr>
60966108
<td><code>--file &lt;string&gt;</code></td>
6097-
<td><code>-f</code></td>
6109+
<td></td>
60986110
<td>Envoy config dump JSON file (default ``)</td>
60996111
</tr>
61006112
<tr>
@@ -6123,6 +6135,11 @@ <h3 id="istioctl-proxy-status">istioctl proxy-status</h3>
61236135
<td>Kubernetes namespace (default ``)</td>
61246136
</tr>
61256137
<tr>
6138+
<td><code>--output &lt;string&gt;</code></td>
6139+
<td><code>-o</code></td>
6140+
<td>Output format: table or json (default `table`)</td>
6141+
</tr>
6142+
<tr>
61266143
<td><code>--plaintext</code></td>
61276144
<td></td>
61286145
<td>Use plain-text HTTP/2 when connecting to server (no TLS). </td>
@@ -6138,6 +6155,11 @@ <h3 id="istioctl-proxy-status">istioctl proxy-status</h3>
61386155
<td>The duration to wait before failing (default `30s`)</td>
61396156
</tr>
61406157
<tr>
6158+
<td><code>--verbosity &lt;int&gt;</code></td>
6159+
<td><code>-v</code></td>
6160+
<td>Verbosity level for proxy status output. 0=default, 1=show all xDS types (max verbosity) (default `0`)</td>
6161+
</tr>
6162+
<tr>
61416163
<td><code>--vklog &lt;Level&gt;</code></td>
61426164
<td></td>
61436165
<td>number for the log level verbosity. Like -v flag. ex: --vklog=9 (default `0`)</td>
@@ -6187,6 +6209,8 @@ <h4 id="istioctl-proxy-status Examples">Examples</h4>
61876209
# (Select a specific control plane in an in-cluster canary Istio configuration.)
61886210
istioctl ps --xds-label istio.io/rev=default
61896211

6212+
# Show the status of a specific proxy in JSON format
6213+
istioctl proxy-status --output json
61906214
</code></pre>
61916215
<h3 id="istioctl-remote-clusters">istioctl remote-clusters</h3>
61926216
<p>Lists the remote clusters each istiod instance is connected to.</p>

content/zh/docs/reference/commands/istioctl/index.html

Lines changed: 26 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3476,7 +3476,7 @@ <h3 id="istioctl-experimental-proxy-status">istioctl experimental proxy-status</
34763476
</tr>
34773477
<tr>
34783478
<td><code>--file &lt;string&gt;</code></td>
3479-
<td><code>-f</code></td>
3479+
<td></td>
34803480
<td>Envoy config dump JSON file (default ``)</td>
34813481
</tr>
34823482
<tr>
@@ -3505,6 +3505,11 @@ <h3 id="istioctl-experimental-proxy-status">istioctl experimental proxy-status</
35053505
<td>Kubernetes namespace (default ``)</td>
35063506
</tr>
35073507
<tr>
3508+
<td><code>--output &lt;string&gt;</code></td>
3509+
<td><code>-o</code></td>
3510+
<td>Output format: table or json (default `table`)</td>
3511+
</tr>
3512+
<tr>
35083513
<td><code>--plaintext</code></td>
35093514
<td></td>
35103515
<td>Use plain-text HTTP/2 when connecting to server (no TLS). </td>
@@ -3520,6 +3525,11 @@ <h3 id="istioctl-experimental-proxy-status">istioctl experimental proxy-status</
35203525
<td>The duration to wait before failing (default `30s`)</td>
35213526
</tr>
35223527
<tr>
3528+
<td><code>--verbosity &lt;int&gt;</code></td>
3529+
<td><code>-v</code></td>
3530+
<td>Verbosity level for proxy status output. 0=default, 1=show all xDS types (max verbosity) (default `0`)</td>
3531+
</tr>
3532+
<tr>
35233533
<td><code>--vklog &lt;Level&gt;</code></td>
35243534
<td></td>
35253535
<td>number for the log level verbosity. Like -v flag. ex: --vklog=9 (default `0`)</td>
@@ -3569,6 +3579,8 @@ <h4 id="istioctl-experimental-proxy-status Examples">Examples</h4>
35693579
# (Select a specific control plane in an in-cluster canary Istio configuration.)
35703580
istioctl ps --xds-label istio.io/rev=default
35713581

3582+
# Show the status of a specific proxy in JSON format
3583+
istioctl proxy-status --output json
35723584
</code></pre>
35733585
<h3 id="istioctl-experimental-version">istioctl experimental version</h3>
35743586
<p>Prints out build version information</p>
@@ -6094,7 +6106,7 @@ <h3 id="istioctl-proxy-status">istioctl proxy-status</h3>
60946106
</tr>
60956107
<tr>
60966108
<td><code>--file &lt;string&gt;</code></td>
6097-
<td><code>-f</code></td>
6109+
<td></td>
60986110
<td>Envoy config dump JSON file (default ``)</td>
60996111
</tr>
61006112
<tr>
@@ -6123,6 +6135,11 @@ <h3 id="istioctl-proxy-status">istioctl proxy-status</h3>
61236135
<td>Kubernetes namespace (default ``)</td>
61246136
</tr>
61256137
<tr>
6138+
<td><code>--output &lt;string&gt;</code></td>
6139+
<td><code>-o</code></td>
6140+
<td>Output format: table or json (default `table`)</td>
6141+
</tr>
6142+
<tr>
61266143
<td><code>--plaintext</code></td>
61276144
<td></td>
61286145
<td>Use plain-text HTTP/2 when connecting to server (no TLS). </td>
@@ -6138,6 +6155,11 @@ <h3 id="istioctl-proxy-status">istioctl proxy-status</h3>
61386155
<td>The duration to wait before failing (default `30s`)</td>
61396156
</tr>
61406157
<tr>
6158+
<td><code>--verbosity &lt;int&gt;</code></td>
6159+
<td><code>-v</code></td>
6160+
<td>Verbosity level for proxy status output. 0=default, 1=show all xDS types (max verbosity) (default `0`)</td>
6161+
</tr>
6162+
<tr>
61416163
<td><code>--vklog &lt;Level&gt;</code></td>
61426164
<td></td>
61436165
<td>number for the log level verbosity. Like -v flag. ex: --vklog=9 (default `0`)</td>
@@ -6187,6 +6209,8 @@ <h4 id="istioctl-proxy-status Examples">Examples</h4>
61876209
# (Select a specific control plane in an in-cluster canary Istio configuration.)
61886210
istioctl ps --xds-label istio.io/rev=default
61896211

6212+
# Show the status of a specific proxy in JSON format
6213+
istioctl proxy-status --output json
61906214
</code></pre>
61916215
<h3 id="istioctl-remote-clusters">istioctl remote-clusters</h3>
61926216
<p>Lists the remote clusters each istiod instance is connected to.</p>

0 commit comments

Comments
 (0)