diff --git a/doc/source/node_management/kubernetes/customizing_the_host_life_cycles/adjusting-the-boot-timeout-interval.rst b/doc/source/node_management/kubernetes/customizing_the_host_life_cycles/adjusting-the-boot-timeout-interval.rst index 53f2281b0..abdc735e0 100644 --- a/doc/source/node_management/kubernetes/customizing_the_host_life_cycles/adjusting-the-boot-timeout-interval.rst +++ b/doc/source/node_management/kubernetes/customizing_the_host_life_cycles/adjusting-the-boot-timeout-interval.rst @@ -32,7 +32,7 @@ see :ref:`The Life Cycle of a Host `. | c3a9... | platform | maintenance | heartbeat_degrade_threshold | 6 | | 9089... | platform | maintenance | heartbeat_failure_action | fail | | 8df8... | platform | maintenance | heartbeat_failure_threshold | 10 | - | 16b5... | platform | maintenance | heartbeat_period | 100 | + | 16b5... | platform | maintenance | heartbeat_period | 1000 | | 4712... | platform | maintenance | mnfa_threshold | 2 | | 4ba7... | platform | maintenance | mnfa_timeout | 0 | +---------+----------+---------------+-----------------------------+-------+ diff --git a/doc/source/node_management/kubernetes/customizing_the_host_life_cycles/adjusting-the-host-heartbeat-interval-and-heartbeat-response-thresholds.rst b/doc/source/node_management/kubernetes/customizing_the_host_life_cycles/adjusting-the-host-heartbeat-interval-and-heartbeat-response-thresholds.rst index 9485ab137..958436d05 100644 --- a/doc/source/node_management/kubernetes/customizing_the_host_life_cycles/adjusting-the-host-heartbeat-interval-and-heartbeat-response-thresholds.rst +++ b/doc/source/node_management/kubernetes/customizing_the_host_life_cycles/adjusting-the-host-heartbeat-interval-and-heartbeat-response-thresholds.rst @@ -35,7 +35,7 @@ see :ref:`The Life Cycle of a Host `. | c3a9... | platform | maintenance | heartbeat_degrade_threshold | 6 | | 9089... | platform | maintenance | heartbeat_failure_action | fail | | 8df8... | platform | maintenance | heartbeat_failure_threshold | 10 | - | 16b5... | platform | maintenance | heartbeat_period | 100 | + | 16b5... | platform | maintenance | heartbeat_period | 1000 | | 4712... | platform | maintenance | mnfa_threshold | 2 | | 4ba7... | platform | maintenance | mnfa_timeout | 0 | +---------+----------+---------------+-----------------------------+-------+ @@ -54,7 +54,7 @@ see :ref:`The Life Cycle of a Host `. **heartbeat_period** The time in milliseconds between heartbeat challenges from the controller to the other hosts (100–1000 ms). The default is - 100 ms. + 1000 ms. **heartbeat_degrade_threshold** The number of consecutive missing responses to heartbeat challenges diff --git a/doc/source/node_management/kubernetes/customizing_the_host_life_cycles/configuring-heartbeat-failure-action.rst b/doc/source/node_management/kubernetes/customizing_the_host_life_cycles/configuring-heartbeat-failure-action.rst index 6e7019490..03cab9085 100644 --- a/doc/source/node_management/kubernetes/customizing_the_host_life_cycles/configuring-heartbeat-failure-action.rst +++ b/doc/source/node_management/kubernetes/customizing_the_host_life_cycles/configuring-heartbeat-failure-action.rst @@ -36,7 +36,7 @@ immediately in the event of a persistent loss of maintenance heartbeat. | c3a9... | platform | maintenance | heartbeat_degrade_threshold | 6 | | 9089... | platform | maintenance | heartbeat_failure_action | fail | | 8df8... | platform | maintenance | heartbeat_failure_threshold | 10 | - | 16b5... | platform | maintenance | heartbeat_period | 100 | + | 16b5... | platform | maintenance | heartbeat_period | 1000 | | 4712... | platform | maintenance | mnfa_threshold | 2 | | 4ba7... | platform | maintenance | mnfa_timeout | 0 | +---------+----------+---------------+-----------------------------+-------+