Add information on Docker dependency 27/116027/2
authorPawel Wieczorek <p.wieczorek2@samsung.com>
Wed, 2 Dec 2020 13:27:40 +0000 (14:27 +0100)
committerPawel Wieczorek <p.wieczorek2@samsung.com>
Tue, 8 Dec 2020 12:38:24 +0000 (13:38 +0100)
Automated setup of "kubernetes/platform/components/oom-cert-service"
requires having Docker in the deployment environment. Previously Docker
was required only on Kubernetes cluster nodes.

Issue-ID: OOM-2526
Change-Id: Ibe3353df62483af418803e5fba230d9f06d063cd
Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com>
docs/oom_user_guide.rst

index ac716a3..7c8e16b 100644 (file)
@@ -13,6 +13,7 @@
 .. _Helm: https://docs.helm.sh/
 .. _Kubernetes: https://Kubernetes.io/
 .. _Kubernetes LoadBalancer: https://kubernetes.io/docs/concepts/services-networking/service/#loadbalancer
+.. _`Docker installation guide`: https://docs.docker.com/engine/install/
 .. _user-guide-label:
 
 OOM User Guide
@@ -55,8 +56,12 @@ 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 Docker installed as well as both the Kubernetes
+`kubectl` and Helm setup as a one time activity.
+
+Install Docker
+~~~~~~~~~~~~~~
+Follow official `Docker installation guide`_.
 
 Install Kubectl
 ~~~~~~~~~~~~~~~