Skip to content

Commit 218ab68

Browse files
authored
Merge pull request #79971 from dpateriya/patch-18
Highlighted the verification command
2 parents 520e45b + 6af04bc commit 218ab68

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/etcd-increase-db.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ The etcd Operator automatically rolls out the etcd instances with the new values
6767
+
6868
[source,terminal]
6969
----
70-
oc get pods -n openshift-etcd
70+
$ oc get pods -n openshift-etcd
7171
----
7272
+
7373
The following output shows the expected entries.
@@ -192,4 +192,4 @@ $ oc patch etcd/cluster --type=merge -p '{"spec": {"backendQuotaGiB": 8}}'
192192
The Etcd "cluster" is invalid: spec.backendQuotaGiB: Invalid value: "integer": etcd backendQuotaGiB may not be decreased
193193
----
194194

195-
. To resolve this issue, specify an integer greater than `10`.
195+
. To resolve this issue, specify an integer greater than `10`.

0 commit comments

Comments
 (0)