Skip to content

Commit e19f912

Browse files
authored
Lease heartbeat: more description on error handling (#19673)
1 parent 60a265e commit e19f912

File tree

1 file changed

+1
-1
lines changed
  • content/en/docs/concepts/architecture

1 file changed

+1
-1
lines changed

content/en/docs/concepts/architecture/nodes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ a Lease object.
184184
timeout for unreachable nodes).
185185
- The kubelet creates and then updates its Lease object every 10 seconds
186186
(the default update interval). Lease updates occur independently from the
187-
`NodeStatus` updates.
187+
`NodeStatus` updates. If the Lease update fails, the kubelet retries with exponential backoff starting at 200 milliseconds and capped at 7 seconds.
188188

189189
#### Reliability
190190

0 commit comments

Comments
 (0)