summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDonald Hunter <donaldh@cisco.com>2018-11-21 14:33:38 +0000
committerVijay Venkatesh Kumar <vv770d@att.com>2018-11-21 16:25:53 +0000
commit974a27c1c36993135a264c9c9a6e22d8c47c3c05 (patch)
tree6e48c934ea0ab188e13b1b1b0812bfebd9cc33be
parent57a2513cf3b9d29659a4ab607574ceac460f7750 (diff)
Fix spelling and gramamr in installation_oom.rst
Change-Id: I15b411e12f2c1f6adbf4f0caaf3bc2258e0b3a03 Issue-ID: DCAEGEN2-993 Signed-off-by: Donald Hunter <donaldh@cisco.com> (cherry picked from commit e3cc247ee8433af213582c124fd56ebba3e1bdce)
-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 9691dce6..73367b4e 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.