We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60a265e commit e19f912Copy full SHA for e19f912
content/en/docs/concepts/architecture/nodes.md
@@ -184,7 +184,7 @@ a Lease object.
184
timeout for unreachable nodes).
185
- The kubelet creates and then updates its Lease object every 10 seconds
186
(the default update interval). Lease updates occur independently from the
187
- `NodeStatus` updates.
+ `NodeStatus` updates. If the Lease update fails, the kubelet retries with exponential backoff starting at 200 milliseconds and capped at 7 seconds.
188
189
#### Reliability
190
0 commit comments