Update subcommand for dashboard controlz (#5119)

This commit is contained in:
Naoki Oketani 2019-10-11 00:17:50 +09:00 committed by Istio Automation
parent f8898af7ce
commit b68cb7540c
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ To access the ControlZ page of deployed components (i.e. Mixer, Galley, Pilot),
locally and connect through your local browser:
{{< text bash >}}
$ istioctl experimental dashboard controlz <podname>
$ istioctl dashboard controlz <podname>
{{< /text >}}
This will redirect the component's ControlZ page to `http://localhost:9876` for remote access.