X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=docs%2Foom_user_guide.rst;h=3743f5b7d783e5e21f7323c33098bb13102d5452;hb=478ff9b0764a38937eacb50f7d01cbae0be0e04e;hp=ac716a3eb77edc8daa93ec8335c63a1cdb585743;hpb=c4e405f6f408d7a61baa8a8d9563e598dddbb7bc;p=oom.git diff --git a/docs/oom_user_guide.rst b/docs/oom_user_guide.rst index ac716a3eb7..3743f5b7d7 100644 --- a/docs/oom_user_guide.rst +++ b/docs/oom_user_guide.rst @@ -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 ~~~~~~~~~~~~~~~ @@ -142,8 +147,9 @@ Then build your local Helm repository:: > make SKIP_LINT=TRUE [HELM_BIN=] all `HELM_BIN` - Sets the helm binary to be used. The default value use helm from PATH. Allow the user to have - multiple version of helm in operating system and choose which one to use. + Sets the helm binary to be used. The default value use helm from PATH. + Allow the user to have multiple version of helm in operating system and + choose which one to use. The Helm search command reads through all of the repositories configured on the system, and looks for matches::