diff options
author | Bartek Grzybowski <b.grzybowski@partner.samsung.com> | 2021-06-24 11:29:58 +0200 |
---|---|---|
committer | Bartek Grzybowski <b.grzybowski@partner.samsung.com> | 2021-06-24 11:45:11 +0200 |
commit | 327b7dcc5ddb4961ff9aee2a25d023cd7d18ba57 (patch) | |
tree | e7d773510afab1d9f1cac0cc87e9d968927f1176 /docs | |
parent | 8aa5c68c38ced1aa8db46f582e1033451450d779 (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')
-rw-r--r-- | docs/InstallGuide.rst | 7 |
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 ~~~~~~~ |