Skip to content

Commit 591312f

Browse files
committed
OCPBUGS-5740: Adding step for single-node OpenShift
1 parent 575dda1 commit 591312f

File tree

3 files changed

+26
-2
lines changed

3 files changed

+26
-2
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,14 @@ $ oc patch etcd/cluster --type=merge -p '\{"spec": {"unsupportedConfigOverrides"
222222
$ oc get etcd/cluster -oyaml
223223
----
224224
225+
. If you are using {sno}, restart the node. Otherwise, you might encounter the following error in the etcd cluster Operator:
226+
+
227+
.Example output
228+
[source,terminal]
229+
----
230+
EtcdCertSignerControllerDegraded: [Operation cannot be fulfilled on secrets "etcd-peer-sno-0": the object has been modified; please apply your changes to the latest version and try again, Operation cannot be fulfilled on secrets "etcd-serving-sno-0": the object has been modified; please apply your changes to the latest version and try again, Operation cannot be fulfilled on secrets "etcd-serving-metrics-sno-0": the object has been modified; please apply your changes to the latest version and try again]
231+
----
232+
225233
.Verification
226234
227235
* Verify that the new member is available and healthy.

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

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -554,6 +554,14 @@ $ oc patch etcd/cluster --type=merge -p '\{"spec": {"unsupportedConfigOverrides"
554554
$ oc get etcd/cluster -oyaml
555555
----
556556
557+
. If you are using {sno}, restart the node. Otherwise, you might encounter the following error in the etcd cluster Operator:
558+
+
559+
.Example output
560+
[source,terminal]
561+
----
562+
EtcdCertSignerControllerDegraded: [Operation cannot be fulfilled on secrets "etcd-peer-sno-0": the object has been modified; please apply your changes to the latest version and try again, Operation cannot be fulfilled on secrets "etcd-serving-sno-0": the object has been modified; please apply your changes to the latest version and try again, Operation cannot be fulfilled on secrets "etcd-serving-metrics-sno-0": the object has been modified; please apply your changes to the latest version and try again]
563+
----
564+
557565
.Verification
558566
559567
. Verify that all etcd pods are running properly.
@@ -639,4 +647,4 @@ $ oc get etcd -o=jsonpath='{range.items[0].status.conditions[?(@.type=="NodeInst
639647
+
640648
----
641649
AllNodesAtLatestRevision
642-
----
650+
----

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

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,6 +330,14 @@ $ oc patch etcd/cluster --type=merge -p '\{"spec": {"unsupportedConfigOverrides"
330330
$ oc get etcd/cluster -oyaml
331331
----
332332
333+
. If you are using {sno}, restart the node. Otherwise, you might encounter the following error in the etcd cluster Operator:
334+
+
335+
.Example output
336+
[source,terminal]
337+
----
338+
EtcdCertSignerControllerDegraded: [Operation cannot be fulfilled on secrets "etcd-peer-sno-0": the object has been modified; please apply your changes to the latest version and try again, Operation cannot be fulfilled on secrets "etcd-serving-sno-0": the object has been modified; please apply your changes to the latest version and try again, Operation cannot be fulfilled on secrets "etcd-serving-metrics-sno-0": the object has been modified; please apply your changes to the latest version and try again]
339+
----
340+
333341
.Verification
334342
335343
. Verify that all etcd pods are running properly.
@@ -392,4 +400,4 @@ If the output from the previous command lists more than three etcd members, you
392400
[WARNING]
393401
====
394402
Be sure to remove the correct etcd member; removing a good etcd member might lead to quorum loss.
395-
====
403+
====

0 commit comments

Comments
 (0)