Fix typo in accessing-metrics command (#396)

This commit is contained in:
John Howard 2018-09-19 14:53:21 -04:00 committed by Knative Prow Robot
parent 12e3364b2d
commit b0b911fdca
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ the visualization tool for [Prometheus](https://prometheus.io/).
1. To open Grafana, enter the following command:
```
kubectl port-forward --namespae monitoring $(kubectl get pods --namespace monitoring --selector=app=grafana --output=jsonpath="{.items..metadata.name}") 3000
kubectl port-forward --namespace monitoring $(kubectl get pods --namespace monitoring --selector=app=grafana --output=jsonpath="{.items..metadata.name}") 3000
```
* This starts a local proxy of Grafana on port 3000. For security reasons, the Grafana UI is exposed only within the cluster.