summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTony Hansen <tony@att.com>2018-11-21 16:42:50 +0000
committerGerrit Code Review <gerrit@onap.org>2018-11-21 16:42:50 +0000
commit680e4af0d0956a45c8dd6388e6460ca2f80c7766 (patch)
treee0b002074c7d5d2644cf33eecb8a8d0ebced2d2c
parentc30a5352e4a739559633918d09e4fbfe160f798b (diff)
parent974a27c1c36993135a264c9c9a6e22d8c47c3c05 (diff)
Merge "Fix spelling and gramamr in installation_oom.rst" into casablanca
-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.