K8s cluster guide: Minor edits for grammar

Minor edits for consistency with other docs and grammar fixes.

Change-Id: I1f06263010b2f7d20e3d74cca77d223a96ab1352
Signed-off-by: Kristal Dale <kristal.dale@intel.com>
This commit is contained in:
Kristal Dale 2019-12-11 10:30:56 -08:00
parent 6dcae7d18f
commit 904759a156

View File

@ -20,7 +20,7 @@ StarlingX Kubernetes is a private cloud software project that deploys a
Kubernetes cluster on dedicated physical servers. With a range of deployment Kubernetes cluster on dedicated physical servers. With a range of deployment
configurations, it can be deployed from the data center to the edge of the configurations, it can be deployed from the data center to the edge of the
network. This provides a single solution to deploy your containerized network. This provides a single solution to deploy your containerized
applications, regardless of where they are located. It's ability to scale both applications, regardless of where they are located. Its ability to scale both
large and small makes StarlingX Kubernetes ideal for edge deployments. large and small makes StarlingX Kubernetes ideal for edge deployments.
StarlingX Kubernetes provides a fully-managed solution that includes both Day-1 StarlingX Kubernetes provides a fully-managed solution that includes both Day-1
@ -36,11 +36,11 @@ and Day-2 operations with respect to managing a cloud native platform:
* Kubernetes software * Kubernetes software
* Supporting open-source software such as Ceph, Apache, and Postgres. * Supporting open-source software such as Ceph, Apache, and Postgres.
* Log and performance metrics are collected and reported for both hardware and * Log and performance metrics are collected and reported for both hardware and
software components software components.
* Security is addressed across a variety of attack surfaces that includes TLS * Security is addressed across a variety of attack surfaces that includes TLS
support, user authentication/authorization, and network firewalls on all support, user authentication/authorization, and network firewalls on all
external interfaces, with support for technologies such as UEFI Secure Boot, external interfaces, with support for technologies such as UEFI Secure Boot,
signed software updates signed software updates.
All of the above solutions are fully-integrated and ready-to-deploy with default All of the above solutions are fully-integrated and ready-to-deploy with default
configurations that optimize performance and scalability. configurations that optimize performance and scalability.
@ -146,7 +146,7 @@ StarlingX application package manager
************************************* *************************************
Use the StarlingX :command:`system application-*` commands to manage Use the StarlingX :command:`system application-*` commands to manage
containerized application deployment from the command-line. containerized application deployment from the commandline.
StarlingX application management provides a wrapper around StarlingX application management provides a wrapper around
`Airship Armada <https:// opendev.org/airship/armada.git>`_ and `Airship Armada <https:// opendev.org/airship/armada.git>`_ and
@ -197,15 +197,15 @@ Use the following commands with the StarlingX application manager:
Delete a Helm charts user-overrides for a particular namespace. Delete a Helm charts user-overrides for a particular namespace.
``application-apply`` ``application-apply``
Apply or reapply the application manifest and Helm charts. This command will Apply or reapply the application manifest and Helm charts. This command
install or update the existing installation of the application based on its installs or updates the existing installation of the application based on its
Armada manifest, Helm charts, and Helm charts combined system and user overrides. Armada manifest, Helm charts, and Helm charts combined system and user overrides.
``application-abort`` ``application-abort``
Abort the current application operation. Abort the current application operation.
``application-update`` ``application-update``
Update the deployed application to a different version Update the deployed application to a different version.
``application-remove`` ``application-remove``
Uninstall an application. Uninstall an application.