aboutsummaryrefslogtreecommitdiffstats
path: root/docs/oom_user_guide.rst
diff options
context:
space:
mode:
authorSylvain Desbureaux <sylvain.desbureaux@orange.com>2021-05-11 15:59:08 +0000
committerGerrit Code Review <gerrit@onap.org>2021-05-11 15:59:08 +0000
commitff4d7e578224ca533f3cfda71220000a2a0f4dbf (patch)
tree2b238d90faeb79f43f74359eb0fdef87314630f1 /docs/oom_user_guide.rst
parent21349802fd5b6aea04b66630f108b3603930c7c4 (diff)
parent2ca8a4737653e6a5ba963aff53b2f4e0ebd6ce9d (diff)
Merge "[PLATFORM] Remove certificate generation deployment"
Diffstat (limited to 'docs/oom_user_guide.rst')
-rw-r--r--docs/oom_user_guide.rst9
1 files changed, 7 insertions, 2 deletions
diff --git a/docs/oom_user_guide.rst b/docs/oom_user_guide.rst
index 02f5c483b5..3a707e25ea 100644
--- a/docs/oom_user_guide.rst
+++ b/docs/oom_user_guide.rst
@@ -55,8 +55,8 @@ ONAP with a few simple commands.
Pre-requisites
--------------
-Your environment must have both the Kubernetes `kubectl` and Helm setup as a
-one time activity.
+Your environment must have the Kubernetes `kubectl` with Cert-Manager
+and Helm setup as a one time activity.
Install Kubectl
~~~~~~~~~~~~~~~
@@ -78,6 +78,11 @@ Verify that the Kubernetes config is correct::
At this point you should see Kubernetes pods running.
+Install Cert-Manager
+~~~~~~~~~~~~~~~~~~~~
+Details on how to install Cert-Manager can be found
+:doc:`here <oom_setup_paas>`.
+
Install Helm
~~~~~~~~~~~~
Helm is used by OOM for package and configuration management. To install Helm,