diff --git a/content/en/docs/reference/commands/istioctl/index.html b/content/en/docs/reference/commands/istioctl/index.html index d2e59e6d93..07b42d079b 100644 --- a/content/en/docs/reference/commands/istioctl/index.html +++ b/content/en/docs/reference/commands/istioctl/index.html @@ -3476,7 +3476,7 @@ Retrieves last sent and last acknowledged xDS sync from Istiod to each Envoy in --file <string> --f + Envoy config dump JSON file (default ``) @@ -3505,6 +3505,11 @@ Retrieves last sent and last acknowledged xDS sync from Istiod to each Envoy in Kubernetes namespace (default ``) +--output <string> +-o +Output format: table or json (default `table`) + + --plaintext Use plain-text HTTP/2 when connecting to server (no TLS). @@ -3520,6 +3525,11 @@ Retrieves last sent and last acknowledged xDS sync from Istiod to each Envoy in The duration to wait before failing (default `30s`) +--verbosity <int> +-v +Verbosity level for proxy status output. 0=default, 1=show all xDS types (max verbosity) (default `0`) + + --vklog <Level> number for the log level verbosity. Like -v flag. ex: --vklog=9 (default `0`) @@ -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

istioctl experimental version

Prints out build version information

@@ -6094,7 +6106,7 @@ Retrieves last sent and last acknowledged xDS sync from Istiod to each Envoy in --file <string> --f + Envoy config dump JSON file (default ``) @@ -6123,6 +6135,11 @@ Retrieves last sent and last acknowledged xDS sync from Istiod to each Envoy in Kubernetes namespace (default ``) +--output <string> +-o +Output format: table or json (default `table`) + + --plaintext Use plain-text HTTP/2 when connecting to server (no TLS). @@ -6138,6 +6155,11 @@ Retrieves last sent and last acknowledged xDS sync from Istiod to each Envoy in The duration to wait before failing (default `30s`) +--verbosity <int> +-v +Verbosity level for proxy status output. 0=default, 1=show all xDS types (max verbosity) (default `0`) + + --vklog <Level> number for the log level verbosity. Like -v flag. ex: --vklog=9 (default `0`) @@ -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

istioctl remote-clusters

Lists the remote clusters each istiod instance is connected to.

diff --git a/content/zh/docs/reference/commands/istioctl/index.html b/content/zh/docs/reference/commands/istioctl/index.html index d2e59e6d93..07b42d079b 100644 --- a/content/zh/docs/reference/commands/istioctl/index.html +++ b/content/zh/docs/reference/commands/istioctl/index.html @@ -3476,7 +3476,7 @@ Retrieves last sent and last acknowledged xDS sync from Istiod to each Envoy in --file <string> --f + Envoy config dump JSON file (default ``) @@ -3505,6 +3505,11 @@ Retrieves last sent and last acknowledged xDS sync from Istiod to each Envoy in Kubernetes namespace (default ``) +--output <string> +-o +Output format: table or json (default `table`) + + --plaintext Use plain-text HTTP/2 when connecting to server (no TLS). @@ -3520,6 +3525,11 @@ Retrieves last sent and last acknowledged xDS sync from Istiod to each Envoy in The duration to wait before failing (default `30s`) +--verbosity <int> +-v +Verbosity level for proxy status output. 0=default, 1=show all xDS types (max verbosity) (default `0`) + + --vklog <Level> number for the log level verbosity. Like -v flag. ex: --vklog=9 (default `0`) @@ -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

istioctl experimental version

Prints out build version information

@@ -6094,7 +6106,7 @@ Retrieves last sent and last acknowledged xDS sync from Istiod to each Envoy in --file <string> --f + Envoy config dump JSON file (default ``) @@ -6123,6 +6135,11 @@ Retrieves last sent and last acknowledged xDS sync from Istiod to each Envoy in Kubernetes namespace (default ``) +--output <string> +-o +Output format: table or json (default `table`) + + --plaintext Use plain-text HTTP/2 when connecting to server (no TLS). @@ -6138,6 +6155,11 @@ Retrieves last sent and last acknowledged xDS sync from Istiod to each Envoy in The duration to wait before failing (default `30s`) +--verbosity <int> +-v +Verbosity level for proxy status output. 0=default, 1=show all xDS types (max verbosity) (default `0`) + + --vklog <Level> number for the log level verbosity. Like -v flag. ex: --vklog=9 (default `0`) @@ -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

istioctl remote-clusters

Lists the remote clusters each istiod instance is connected to.