Skip to content

Commit 6177537

Browse files
authored
Merge pull request #46467 from abhatt-rh/td-497
ECOPROJECT-53: Adding limits to some SNR/PP config parameters
2 parents ee2c9cb + cc03a48 commit 6177537

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

modules/eco-poison-pill-operator-about.adoc

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ metadata:
2828
namespace: openshift-operators
2929
spec:
3030
safeTimeToAssumeNodeRebootedSeconds: 180 <1>
31-
watchdogFilePath: /test/watchdog1 <2>
31+
watchdogFilePath: /dev/watchdog <2>
3232
isSoftwareRebootEnabled: true <3>
3333
apiServerTimeout: 15s <4>
3434
apiCheckInterval: 5s <5>
@@ -44,13 +44,13 @@ spec:
4444
+
4545
If a watchdog device is unavailable, the `PoisonPillConfig` CR uses a software reboot.
4646
<3> Specify if you want to enable software reboot of the unhealthy nodes. By default, the value of `isSoftwareRebootEnabled` is set to `true`. To disable the software reboot, set the parameter value to `false`.
47-
<4> Specify the timeout duration to check connectivity with each API server. When this duration elapses, the Operator starts remediation.
48-
<5> Specify the frequency to check connectivity with each API server.
49-
<6> Specify a threshold value. After reaching this threshold, the node starts contacting its peers.
50-
<7> Specify the timeout duration for the peer to connect the API server.
51-
<8> Specify the timeout duration for establishing connection with the peer.
52-
<9> Specify the timeout duration to get a response from the peer.
53-
<10> Specify the frequency to update peer information, such as IP address.
47+
<4> Specify the timeout duration to check connectivity with each API server. When this duration elapses, the Operator starts remediation. The timeout duration must be more than or equal to 10ms.
48+
<5> Specify the frequency to check connectivity with each API server. The timeout duration must be more than or equal to 1 second.
49+
<6> Specify a threshold value. After reaching this threshold, the node starts contacting its peers. The threshold value must be more than or equal to 1 second.
50+
<7> Specify the duration of the timeout for the peer to connect the API server. The timeout duration must be more than or equal to 10 milliseconds.
51+
<8> Specify the duration of the timeout for establishing connection with the peer. The timeout duration must be more than or equal to 10 milliseconds.
52+
<9> Specify the duration of the timeout to get a response from the peer. The timeout duration must be more than or equal to 10 milliseconds.
53+
<10> Specify the frequency to update peer information, such as IP address. The timeout duration must be more than or equal to 10 seconds.
5454

5555
[id="understanding-poison-pill-remediation-template-config_{context}"]
5656
== Understanding the Poison Pill Remediation Template configuration

0 commit comments

Comments
 (0)