Add port forwarding instructions to ControlZ page. (#3347)

This commit is contained in:
Ozben Evren 2019-02-21 14:26:58 -08:00 committed by Martin Taillefer
parent 112fef65ac
commit cc4e78995c
1 changed files with 10 additions and 0 deletions

View File

@ -22,3 +22,13 @@ Here's sample of the ControlZ interface:
The `--ctrlz_port` and `--ctrlz_address` command-line options can be given when starting a component to control the
specific address and port where ControlZ should be exposed.
To access the ControlZ page of deployed components (i.e. Mixer, Galley, Pilot), you can port-forward their ControlZ endpoints
locally and connect through your local browser:
{{< text bash >}}
$ kubectl port-forward -n istio-system <podname> 9876:9876
{{< /text >}}
This will redirect the component's ControlZ page to ```http://localhost:9876``` for remote access.