port forwarding example should have & (background) (#386)

This commit is contained in:
Laurent Demailly 2017-06-15 06:40:35 -07:00 committed by Martin Taillefer
parent 1751b0b11c
commit c6605a4391
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ Locate the Zipkin dashboard URL (external IP, nodePort, or port-forwarding).
For example, using port-forwarding:
```bash
kubectl port-forward $(kubectl get pod -l app=zipkin -o jsonpath='{.items[0].metadata.name}') 9411:9411
kubectl port-forward $(kubectl get pod -l app=zipkin -o jsonpath='{.items[0].metadata.name}') 9411:9411 &
```
Then open your browser at [http://localhost:9411](http://localhost:9411)