Add cleanup for port-forward to Prometheus task (#685)

This commit is contained in:
Douglas Reid 2017-10-24 10:33:03 -07:00 committed by GitHub
parent 3cc3e01c56
commit e19ccf8ff3
1 changed files with 6 additions and 0 deletions

View File

@ -128,6 +128,12 @@ docs](https://prometheus.io/docs/querying/basics/).
kubectl delete -f install/kubernetes/addons/prometheus.yaml
```
* Remove any `kubectl port-forward` processes that may still 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.