@@ -3476,7 +3476,7 @@ <h3 id="istioctl-experimental-proxy-status">istioctl experimental proxy-status</
3476
3476
</ tr >
3477
3477
< tr >
3478
3478
< td > < code > --file <string></ code > </ td >
3479
- < td > < code > -f </ code > < /td >
3479
+ < td > </ td >
3480
3480
< td > Envoy config dump JSON file (default ``)</ td >
3481
3481
</ tr >
3482
3482
< tr >
@@ -3505,6 +3505,11 @@ <h3 id="istioctl-experimental-proxy-status">istioctl experimental proxy-status</
3505
3505
< td > Kubernetes namespace (default ``)</ td >
3506
3506
</ tr >
3507
3507
< tr >
3508
+ < td > < code > --output <string></ code > </ td >
3509
+ < td > < code > -o</ code > </ td >
3510
+ < td > Output format: table or json (default `table`)</ td >
3511
+ </ tr >
3512
+ < tr >
3508
3513
< td > < code > --plaintext</ code > </ td >
3509
3514
< td > </ td >
3510
3515
< 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</
3520
3525
< td > The duration to wait before failing (default `30s`)</ td >
3521
3526
</ tr >
3522
3527
< tr >
3528
+ < td > < code > --verbosity <int></ 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 >
3523
3533
< td > < code > --vklog <Level></ code > </ td >
3524
3534
< td > </ td >
3525
3535
< 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>
3569
3579
# (Select a specific control plane in an in-cluster canary Istio configuration.)
3570
3580
istioctl ps --xds-label istio.io/rev=default
3571
3581
3582
+ # Show the status of a specific proxy in JSON format
3583
+ istioctl proxy-status --output json
3572
3584
</ code > </ pre >
3573
3585
< h3 id ="istioctl-experimental-version "> istioctl experimental version</ h3 >
3574
3586
< p > Prints out build version information</ p >
@@ -6094,7 +6106,7 @@ <h3 id="istioctl-proxy-status">istioctl proxy-status</h3>
6094
6106
</ tr >
6095
6107
< tr >
6096
6108
< td > < code > --file <string></ code > </ td >
6097
- < td > < code > -f </ code > < /td >
6109
+ < td > </ td >
6098
6110
< td > Envoy config dump JSON file (default ``)</ td >
6099
6111
</ tr >
6100
6112
< tr >
@@ -6123,6 +6135,11 @@ <h3 id="istioctl-proxy-status">istioctl proxy-status</h3>
6123
6135
< td > Kubernetes namespace (default ``)</ td >
6124
6136
</ tr >
6125
6137
< tr >
6138
+ < td > < code > --output <string></ code > </ td >
6139
+ < td > < code > -o</ code > </ td >
6140
+ < td > Output format: table or json (default `table`)</ td >
6141
+ </ tr >
6142
+ < tr >
6126
6143
< td > < code > --plaintext</ code > </ td >
6127
6144
< td > </ td >
6128
6145
< 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>
6138
6155
< td > The duration to wait before failing (default `30s`)</ td >
6139
6156
</ tr >
6140
6157
< tr >
6158
+ < td > < code > --verbosity <int></ 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 >
6141
6163
< td > < code > --vklog <Level></ code > </ td >
6142
6164
< td > </ td >
6143
6165
< 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>
6187
6209
# (Select a specific control plane in an in-cluster canary Istio configuration.)
6188
6210
istioctl ps --xds-label istio.io/rev=default
6189
6211
6212
+ # Show the status of a specific proxy in JSON format
6213
+ istioctl proxy-status --output json
6190
6214
</ code > </ pre >
6191
6215
< h3 id ="istioctl-remote-clusters "> istioctl remote-clusters</ h3 >
6192
6216
< p > Lists the remote clusters each istiod instance is connected to.</ p >
0 commit comments