mirror of https://github.com/istio/istio.io.git
Fix doc 'Using the Istioctl Command-line Tool' (#7116)
Pilot is now a part of istiod, so rename it to istiod as the title of the page the link refers to. Co-authored-by: Koki Tomoshige <36136133+tomocy@users.noreply.github.com>
This commit is contained in:
parent
a8b9bd10ce
commit
2a7240035e
|
@ -91,7 +91,7 @@ To retrieve information about endpoint configuration for the Envoy instance in a
|
|||
$ istioctl proxy-config endpoints <pod-name> [flags]
|
||||
{{< /text >}}
|
||||
|
||||
See [Debugging Envoy and Pilot](/docs/ops/diagnostic-tools/proxy-cmd/) for more advice on interpreting this information.
|
||||
See [Debugging Envoy and Istiod](/docs/ops/diagnostic-tools/proxy-cmd/) for more advice on interpreting this information.
|
||||
|
||||
## `istioctl` auto-completion
|
||||
|
||||
|
|
Loading…
Reference in New Issue