From bdeea07556ff3f4a6a5eaa991f0033bbab9072c7 Mon Sep 17 00:00:00 2001
From: David Tesar <david.tesar@microsoft.com>
Date: Sun, 23 Sep 2018 17:37:40 -0700
Subject: [PATCH] Add link to ingress instructions

---
 README.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 787c7b5b..3c40a949 100644
--- a/README.md
+++ b/README.md
@@ -76,7 +76,9 @@ $ kubectl delete -f manifests/ || true
 
 ### Access the dashboards
 
-Prometheus, Grafana, and Alertmanager dashboards can be accessed after running the quickstart via the following commands:
+Prometheus, Grafana, and Alertmanager dashboards can be accessed quickly using `kubectl port-forward` after running the quickstart via the commands below. 
+    
+> Note: There are instructions on how to route to these pods behdind an ingress controller in the [Exposing Prometheus/Alermanager/Grafana via Ingress](#exposing-prometheusalermanagergrafana-via-ingress) section.
 
 Prometheus
 
-- 
GitLab