Lease heartbeat: more description on error handling (#19673)

This commit is contained in:
Alena Prokharchyk
2020-03-19 12:08:36 -07:00
committed by GitHub
parent 60a265e6bd
commit e19f912175
@@ -184,7 +184,7 @@ a Lease object.
timeout for unreachable nodes).
- The kubelet creates and then updates its Lease object every 10 seconds
(the default update interval). Lease updates occur independently from the
`NodeStatus` updates.
`NodeStatus` updates. If the Lease update fails, the kubelet retries with exponential backoff starting at 200 milliseconds and capped at 7 seconds.
#### Reliability