summaryrefslogtreecommitdiffstats
path: root/docs/InstallGuide.rst
diff options
context:
space:
mode:
authorBartek Grzybowski <b.grzybowski@partner.samsung.com>2021-06-24 11:29:58 +0200
committerBartek Grzybowski <b.grzybowski@partner.samsung.com>2021-06-29 10:44:39 +0200
commitf0d2eac04ff677f0f04e4991aa7f945cc175efed (patch)
treead13a08670578a8347b2acff6f5df6579d1626d7 /docs/InstallGuide.rst
parenta1dcb84b040350a62fda1465b538ab9582dbaa85 (diff)
[ANSIBLE] Create a NodePort type service for Grafana dashboard
This will allow accessing Grafana UI on controlplane public port. Change-Id: Ic3c2f22f36616fe636c966d962b9e503ef56c735 Issue-ID: INT-1926 Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
Diffstat (limited to 'docs/InstallGuide.rst')
-rw-r--r--docs/InstallGuide.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/InstallGuide.rst b/docs/InstallGuide.rst
index 32d8ef04..30f5c404 100644
--- a/docs/InstallGuide.rst
+++ b/docs/InstallGuide.rst
@@ -662,6 +662,13 @@ In the left pane navigate to *Dashboards -> Manage* to see the various pre-defin
.. image:: images/grafana-dashboards.png
:alt: Grafana dashboards
+Alternative way of accessing the UI is by leveraging the NodePort type service which exposes Grafana UI on the Infra host public port directly. To do so get the port number first::
+
+ kubectl -n kube-prometheus get service/kube-prometheus-stack-grafana -o custom-columns=PORTS:.spec.ports[].nodePort
+
+Then navigate to http://<infra IP>:<nodePort> to access the UI.
+
+
Caveats
~~~~~~~