Update index.md (#4724)

fix wrong port-forward
This commit is contained in:
ddbxj.li 2019-08-23 00:40:47 +08:00 committed by Martin Taillefer
parent 0bbd8cad1d
commit f5e9f6970d
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ keywords: [telemetry,tracing,jaeger,span,port-forwarding]
1. 如要配置到追踪仪表盘的访问,请使用端口转发:
{{< text bash >}}
$ kubectl -n istio-system port-forward $(kubectl -n istio-system get pod -l app=istio-ingressgateway -o jsonpath='{.items[0].metadata.name}') 15032:15032 &
$ kubectl -n istio-system port-forward $(kubectl -n istio-system get pod -l app=jaeger -o jsonpath='{.items[0].metadata.name}') 15032:16686
{{< /text >}}
打开浏览器访问 [http://localhost:15032](http://localhost:15032)。