mirror of https://github.com/istio/istio.io.git
Add port forwarding instructions to ControlZ page. (#3347)
This commit is contained in:
parent
112fef65ac
commit
cc4e78995c
|
@ -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
|
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.
|
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.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue