From e3cc247ee8433af213582c124fd56ebba3e1bdce Mon Sep 17 00:00:00 2001 From: Donald Hunter Date: Wed, 21 Nov 2018 14:33:38 +0000 Subject: Fix spelling and gramamr in installation_oom.rst Change-Id: I15b411e12f2c1f6adbf4f0caaf3bc2258e0b3a03 Issue-ID: DCAEGEN2-993 Signed-off-by: Donald Hunter --- docs/sections/installation_oom.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/sections/installation_oom.rst b/docs/sections/installation_oom.rst index 2d963d09..24a56119 100644 --- a/docs/sections/installation_oom.rst +++ b/docs/sections/installation_oom.rst @@ -10,9 +10,9 @@ This document describes the details of the Helm Chart based deployment process f ONAP Deployment Overview ------------------------ -ONAP R3 is extention to R2 Kubernetes deployment. Kuberenetes is a container orchestration technology that organizes containers into composites of various patterns for easy deployment, management, and scaling. R2 ONAP utilizes Kubernetes as the foundation for fulfilling its platform maturity promises. +ONAP R3 is an extension of R2 Kubernetes deployment. Kubernetes is a container orchestration technology that organizes containers into composites of various patterns for easy deployment, management, and scaling. R2 ONAP utilized Kubernetes as the foundation for fulfilling its platform maturity promises and R3 contiunues to do so. -Further, R2 ONAP manages Kubernetes specifications using Helm Charts, under which all Kuberentes yaml-formatted resource specifications and additional files are organized into a hierarchy of charts, sub-charts, and resources. These yaml files are further augmented with Helm's templating, which makes dependencies and cross-references of parameters and parameter derivatives among resources manageable for a large and complex Kuberentes system such as ONAP. +ONAP manages Kubernetes specifications using Helm Charts, under which all Kubernetes yaml-formatted resource specifications and additional files are organized into a hierarchy of charts, sub-charts, and resources. These yaml files are further augmented with Helm's templating, which makes dependencies and cross-references of parameters and parameter derivatives among resources manageable for a large and complex Kubernetes system such as ONAP. At deployment time, with a single **helm install** command, Helm resolves all the templates and compiles the chart hierarchy into Kubernetes resource definitions, and invokes Kubernetes deployment operation for all the resources. -- cgit 1.2.3-korg