Address Grafana task issues (#686)

This commit is contained in:
Douglas Reid 2017-10-24 10:22:45 -07:00 committed by GitHub
parent fc62790e8d
commit 3cc3e01c56
1 changed files with 11 additions and 3 deletions

View File

@ -21,9 +21,11 @@ the example application throughout this task.
* [Install Istio]({{home}}/docs/setup/) in your cluster and deploy an
application.
* Install the Prometheus add-on. Directions for install of this add-on are
supplied as part of the [Querying
Metrics]({{home}}/docs/tasks/telemetry/querying-metrics.html) Task.
* Install the Prometheus add-on.
```bash
kubectl apply -f install/kubernetes/addons/prometheus.yaml
```
Use of the Prometheus add-on is _required_ for the Istio Dashboard.
@ -121,6 +123,12 @@ For more on how to create, configure, and edit dashboards, please see the
kubectl delete -f install/kubernetes/addons/grafana.yaml
```
* Remove any `kubectl port-forward` processes that may be running:
```bash
killall kubectl
```
* If you are not planning to explore any follow-on tasks, refer to the
[BookInfo cleanup]({{home}}/docs/guides/bookinfo.html#cleanup) instructions
to shutdown the application.