summaryrefslogtreecommitdiffstats
path: root/docs/sections/healthcheck.rst
diff options
context:
space:
mode:
authorramagp <ramakrishnagp@aarnanetworks.com>2020-11-23 16:08:24 +0000
committerRamakrishna G P <ramakrishnagp@aarnanetworks.com>2020-12-01 06:37:22 +0000
commitd96931c70032e1323d33de4d2f4d50e34cf71a01 (patch)
tree9f1e1bd7f7aeb950e1784f9ee0cab81e22cc30cd /docs/sections/healthcheck.rst
parent769b242d05745d08e1a583da56f4b25946a6039d (diff)
[DOC]Few changes added in DCAE healthcheck and DCAE deployment validation documentation sections
Change-Id: I8561187b06fc3e84cb7ea448120a4a4632f3f9cb Issue-ID: DCAEGEN2-2530 Signed-off-by: ramagp <ramakrishnagp@aarnanetworks.com>
Diffstat (limited to 'docs/sections/healthcheck.rst')
-rw-r--r--docs/sections/healthcheck.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/sections/healthcheck.rst b/docs/sections/healthcheck.rst
index f7fcba15..b85a1dea 100644
--- a/docs/sections/healthcheck.rst
+++ b/docs/sections/healthcheck.rst
@@ -26,6 +26,12 @@ blueprints after the initial DCAE installation.
The healthcheck service is exposed as a Kubernetes ClusterIP Service named
`dcae-healthcheck`. The service can be queried for status as shown below.
+.. note::
+ Run the below commands before running "curl dcae-healthcheck"
+
+ * To get the dcae-healthcheck pod name, run this: kubectl get pods -n onap | grep dcae-healthcheck
+ * Then enter in to the shell of the container, run this: kubectl exec -it <dcae-healthcheck pod> -n onap bash
+
.. code-block:: json
$ curl dcae-healthcheck