mirror of https://github.com/status-im/consul.git
Clean up copy for the raw example
This commit is contained in:
parent
71027a4ce1
commit
0dbb3a634f
|
@ -425,13 +425,14 @@ $ consul-k8s proxy read backend-658b679b45-d5xlb -o json
|
||||||
|
|
||||||
Get the raw Envoy configuration dump and clusters information for the Envoy
|
Get the raw Envoy configuration dump and clusters information for the Envoy
|
||||||
proxy running on the Pod `backend-658b679b45-d5xlb`. This command will return
|
proxy running on the Pod `backend-658b679b45-d5xlb`. This command will return
|
||||||
the raw configuration for each service as a JSON Map. You can use the
|
the raw configuration for each service as JSON. You can use the
|
||||||
[JQ command line tool](https://stedolan.github.io/jq/) to index into
|
[JQ command line tool](https://stedolan.github.io/jq/) to index into
|
||||||
the configuration for the service you want to inspect.
|
the configuration for the service you want to inspect.
|
||||||
|
|
||||||
See the [Envoy config dump documentation](https://www.envoyproxy.io/docs/envoy/latest/api-v3/admin/v3/config_dump.proto)
|
Refer to the [Envoy config dump documentation](https://www.envoyproxy.io/docs/envoy/latest/api-v3/admin/v3/config_dump.proto)
|
||||||
for more information on the structure of the config dump. The output is
|
for more information on the structure of the config dump.
|
||||||
truncated here for brevity. It follows the format below:
|
|
||||||
|
The following output is truncated for brevity.
|
||||||
|
|
||||||
```shell-session
|
```shell-session
|
||||||
$ consul-k8s proxy read backend-658b679b45-d5xlb -o raw
|
$ consul-k8s proxy read backend-658b679b45-d5xlb -o raw
|
||||||
|
|
Loading…
Reference in New Issue