Skip to content

Commit 1e3bcbd

Browse files
authored
Merge pull request #28127 from mburke5678/master
Fix typos from CP error
2 parents be1dee0 + c64b842 commit 1e3bcbd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

modules/cluster-logging-manual-rollout-rolling.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ For example:
4545
+
4646
[source,terminal]
4747
----
48-
$ oc exec -c elasticsearch-cdm-5ceex6ts-1-dcd6c4c7c-jpw6 -c elasticsearch -- es_util es_util --query="_flush/synced" -XPOST
48+
$ oc exec -c elasticsearch-cdm-5ceex6ts-1-dcd6c4c7c-jpw6 -c elasticsearch -- es_util --query="_flush/synced" -XPOST
4949
----
5050
+
5151
.Example output
@@ -75,7 +75,7 @@ $ oc exec elasticsearch-cdm-5ceex6ts-1-dcd6c4c7c-jpw6 -c elasticsearch -- es_uti
7575
{"acknowledged":true,"persistent":{"cluster":{"routing":{"allocation":{"enable":"primaries"}}}},"transient":
7676
----
7777

78-
. After complete, for each deployment you have for an ES cluster:
78+
. After the command is complete, for each deployment you have for an ES cluster:
7979

8080
.. By default, the {product-title} Elasticsearch cluster blocks rollouts to their nodes. Use the following command to allow rollouts
8181
and allow the pod to pick up the changes:
@@ -105,7 +105,7 @@ move on to the next deployment.
105105
$ oc get pods | grep elasticsearch-
106106
----
107107
+
108-
.Example outputs
108+
.Example output
109109
[source,terminal]
110110
----
111111
NAME READY STATUS RESTARTS AGE
@@ -114,7 +114,7 @@ elasticsearch-cdm-5ceex6ts-2-f799564cb-l9mj7 2/2 Running 0 22h
114114
elasticsearch-cdm-5ceex6ts-3-585968dc68-k7kjr 2/2 Running 0 22h
115115
----
116116

117-
.. After complete, reset the pod to disallow rollouts:
117+
.. After the deployments are complete, reset the pod to disallow rollouts:
118118
+
119119
[source,terminal]
120120
----

0 commit comments

Comments
 (0)