Skip to content

Commit e34ebdb

Browse files
OCPBUGS-7164: Fix typo in quorum guard instruction
Signed-off-by: Kenneth D'souza <[email protected]>
1 parent fa61b18 commit e34ebdb

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

modules/restore-replace-crashlooping-etcd-member.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ When the etcd cluster Operator performs a redeployment, it ensures that all cont
212212
+
213213
[source,terminal]
214214
----
215-
$ oc patch etcd/cluster --type=merge -p '\{"spec": {"unsupportedConfigOverrides": null}}
215+
$ oc patch etcd/cluster --type=merge -p '{"spec": {"unsupportedConfigOverrides": null}}'
216216
----
217217

218218
. You can verify that the `unsupportedConfigOverrides` section is removed from the object by entering this command:

modules/restore-replace-stopped-baremetal-etcd-member.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -544,7 +544,7 @@ openshift-compute-1 Ready worker 3h58m v1.25.0
544544
+
545545
[source,terminal]
546546
----
547-
$ oc patch etcd/cluster --type=merge -p '\{"spec": {"unsupportedConfigOverrides": null}}
547+
$ oc patch etcd/cluster --type=merge -p '{"spec": {"unsupportedConfigOverrides": null}}'
548548
----
549549

550550
. You can verify that the `unsupportedConfigOverrides` section is removed from the object by entering this command:
@@ -647,4 +647,4 @@ $ oc get etcd -o=jsonpath='{range.items[0].status.conditions[?(@.type=="NodeInst
647647
+
648648
----
649649
AllNodesAtLatestRevision
650-
----
650+
----

modules/restore-replace-stopped-etcd-member.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ It might take a few minutes for the new machine to be created. The etcd cluster
320320
+
321321
[source,terminal]
322322
----
323-
$ oc patch etcd/cluster --type=merge -p '\{"spec": {"unsupportedConfigOverrides": null}}
323+
$ oc patch etcd/cluster --type=merge -p '{"spec": {"unsupportedConfigOverrides": null}}'
324324
----
325325

326326
. You can verify that the `unsupportedConfigOverrides` section is removed from the object by entering this command:
@@ -400,4 +400,4 @@ If the output from the previous command lists more than three etcd members, you
400400
[WARNING]
401401
====
402402
Be sure to remove the correct etcd member; removing a good etcd member might lead to quorum loss.
403-
====
403+
====

0 commit comments

Comments
 (0)