From f689eef233b3fe2ed2a7de2ce8ecf126d1d2ca9c Mon Sep 17 00:00:00 2001 From: Bo Liu Date: Sun, 23 May 2021 15:06:49 +0800 Subject: [PATCH] Correct the verb install to noun --- modules/cluster-logging-deploy-cli.adoc | 2 +- modules/nodes-pods-vertical-autoscaler-install.adoc | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/cluster-logging-deploy-cli.adoc b/modules/cluster-logging-deploy-cli.adoc index 3d0bc9f20a..3e1a08b243 100644 --- a/modules/cluster-logging-deploy-cli.adoc +++ b/modules/cluster-logging-deploy-cli.adoc @@ -435,7 +435,7 @@ $ oc create -f clo-instance.yaml + This creates the OpenShift Logging components, the `Elasticsearch` custom resource and components, and the Kibana interface. -. Verify the install by listing the pods in the *openshift-logging* project. +. Verify the installation by listing the pods in the *openshift-logging* project. + You should see several pods for OpenShift Logging, Elasticsearch, Fluentd, and Kibana similar to the following list: + diff --git a/modules/nodes-pods-vertical-autoscaler-install.adoc b/modules/nodes-pods-vertical-autoscaler-install.adoc index 9ea0ffc8ec..0ec7096db6 100644 --- a/modules/nodes-pods-vertical-autoscaler-install.adoc +++ b/modules/nodes-pods-vertical-autoscaler-install.adoc @@ -27,7 +27,7 @@ is automatically created if it does not exist. . Click *Install*. -. Verify the install by listing the VPA Operator components: +. Verify the installation by listing the VPA Operator components: .. Navigate to *Workloads* -> *Pods*. @@ -35,7 +35,7 @@ is automatically created if it does not exist. .. Navigate to *Workloads* -> *Deployments* to verify that there are four deployments running. -. Optional. Verify the install in the {product-title} CLI using the following command: +. Optional. Verify the installation in the {product-title} CLI using the following command: + [source,terminal] ----