mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
18 lines
1.1 KiB
Plaintext
18 lines
1.1 KiB
Plaintext
// Module included in the following assembly:
|
|
//
|
|
// *networking/ovn_kubernetes_network_provider/egressip_failover_assembly.adoc
|
|
|
|
:_mod-docs-content-type: REFERENCE
|
|
[id="egressip_failover_reference_{context}"]
|
|
= EgressIP failover settings
|
|
|
|
The `reachabilityTotalTimeoutSeconds` parameter defines the total time limit in seconds for the platform health check process before a node is declared down.
|
|
|
|
The following table summarizes the acceptable values and their implications:
|
|
|
|
[cols="1,1,2a", options="header"]
|
|
|===
|
|
|Parameter Value (Seconds) |Effect on reachability check |Failover impact and use case
|
|
|`0` |Disables the reachability check. |No automatic failover: Use only if an external system handles node health monitoring and failover. The platform will not automatically react to node failures.
|
|
|`1 - 60` |Sets the total time limit for reachability probing. |Directly controls detection time: This value defines the lower limit for your overall failover time. A smaller value leads to faster failover but might increase network traffic. Default: 1 second. The maximum accepted integer value is 60.
|
|
|=== |