zh: update /help/ops/controlz/index.md (#3511)

This commit is contained in:
Vincent 2019-03-06 10:28:30 +08:00 committed by istio-bot
parent 425d9c1a19
commit b5a7a37b3e
1 changed files with 7 additions and 0 deletions

View File

@ -20,3 +20,10 @@ Mixer、Pilot 和 Galley 都实现了 ControlZ 功能。这些组件启动时将
当启动组件时,可以通过命令行参数 `--ctrlz_port``--ctrlz_address` 指定特定的地址和端口来控制 ControlZ 暴露的地址。
要访问已部署组件(例如 Mixer、Galley、Pilot的 ControlZ 页面,可以用端口转发的方式将 ControlZ 映射到本地,然后用浏览器访问:
{{< text bash >}}
$ kubectl port-forward -n istio-system <podname> 9876:9876
{{< /text >}}
这样把对应组件的 ControlZ 页面重定向到 `http://localhost:9876`,就可以进行访问了。