Skip to content

Commit ef20cfb

Browse files
authored
Merge pull request #47882 from abhatt-rh/bz-2107207
BZ-2107207- Documentation changes for SNR Operator config
2 parents 47de23d + 29f49a0 commit ef20cfb

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

modules/eco-self-node-remediation-operator-about.adoc

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The Self Node Remediation Operator minimizes downtime for stateful applications
1313
[id="understanding-self-node-remediation-operator-config_{context}"]
1414
== Understanding the Self Node Remediation Operator configuration
1515

16-
The Self Node Remediation Operator creates the `SelfNodeRemediationConfig` CR with the name `self-node-remediation-config` in the Self Node Remediation Operator's namespace. You can edit this CR. However, you cannot create a new CR for the Self Node Remediation Operator.
16+
The Self Node Remediation Operator creates the `SelfNodeRemediationConfig` CR with the name `self-node-remediation-config`. The CR is created in the namespace of the Self Node Remediation Operator.
1717

1818
A change in the `SelfNodeRemediationConfig` CR re-creates the Self Node Remediation daemon set.
1919

@@ -28,7 +28,7 @@ metadata:
2828
namespace: openshift-operators
2929
spec:
3030
safeTimeToAssumeNodeRebootedSeconds: 180 <1>
31-
watchdogFilePath: /test/watchdog1 <2>
31+
watchdogFilePath: /dev/watchdog1 <2>
3232
isSoftwareRebootEnabled: true <3>
3333
apiServerTimeout: 15s <4>
3434
apiCheckInterval: 5s <5>
@@ -52,6 +52,20 @@ If a watchdog device is unavailable, the `SelfNodeRemediationConfig` CR uses a s
5252
<9> Specify the timeout duration to get a response from the peer.
5353
<10> Specify the frequency to update peer information, such as IP address.
5454

55+
[NOTE]
56+
====
57+
You can edit the `self-node-remediation-config` CR that is created by the Self Node Remediation Operator. However, when you try to create a new CR for the Self Node Remediation Operator, the following message is displayed in the logs:
58+
59+
[source,text]
60+
----
61+
controllers.SelfNodeRemediationConfig
62+
ignoring selfnoderemediationconfig CRs that are not named 'self-node-remediation-config'
63+
or not in the namespace of the operator:
64+
'openshift-operators' {"selfnoderemediationconfig":
65+
"openshift-operators/selfnoderemediationconfig-copy"}
66+
----
67+
====
68+
5569
[id="understanding-self-node-remediation-remediation-template-config_{context}"]
5670
== Understanding the Self Node Remediation Template configuration
5771

0 commit comments

Comments
 (0)