You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/eco-poison-pill-operator-about.adoc
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ metadata:
28
28
namespace: openshift-operators
29
29
spec:
30
30
safeTimeToAssumeNodeRebootedSeconds: 180 <1>
31
-
watchdogFilePath: /test/watchdog1 <2>
31
+
watchdogFilePath: /dev/watchdog <2>
32
32
isSoftwareRebootEnabled: true <3>
33
33
apiServerTimeout: 15s <4>
34
34
apiCheckInterval: 5s <5>
@@ -44,13 +44,13 @@ spec:
44
44
+
45
45
If a watchdog device is unavailable, the `PoisonPillConfig` CR uses a software reboot.
46
46
<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.
0 commit comments