summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDonald Hunter <donaldh@cisco.com>2018-11-21 14:33:38 +0000
committerDonald Hunter <donaldh@cisco.com>2018-11-21 14:33:38 +0000
commite3cc247ee8433af213582c124fd56ebba3e1bdce (patch)
tree94dc686ff4e3bfd9b526473f2cceacc5b9b9a14d
parent1e7e2efe579d07b32a75081e5020f10bdf406633 (diff)
Fix spelling and gramamr in installation_oom.rst
Change-Id: I15b411e12f2c1f6adbf4f0caaf3bc2258e0b3a03 Issue-ID: DCAEGEN2-993 Signed-off-by: Donald Hunter <donaldh@cisco.com>
-rw-r--r--docs/sections/installation_oom.rst4
1 files 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.