Skip to content

Commit 92aad46

Browse files
authored
Merge pull request #55643 from kenneth-dsouza/quorum-guard-typo
OCPBUGS#7164: Fix typo in quorum guard instruction
2 parents e4c2d48 + e34ebdb commit 92aad46

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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: 1 addition & 1 deletion
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:

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

Lines changed: 1 addition & 1 deletion
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:

0 commit comments

Comments
 (0)