Skip to content

kubernetes: jitter transient dial retries - #4039

Merged
crazy-max merged 1 commit into
docker:masterfrom
crazy-max:kubernetes-dial-backoff-jitter
Sep 14, 2026
Merged

crazy-max merged 1 commit into
docker:masterfrom
crazy-max:kubernetes-dial-backoff-jitter

Conversation

@crazy-max

@crazy-max crazy-max commented Aug 28, 2026

Copy link
Copy Markdown
Member

closes #3995

Kubernetes dial retries now add jitter to the exponential backoff used for transient connection errors. This keeps concurrent builders from retrying in lockstep when node readiness gets ahead of CSR approval and many builds hit the same temporary TLS failure at once.

The jitter is additive, so retries never happen sooner than the existing exponential schedule would allow, and the delay remains capped by the configured maximum.

@crazy-max
crazy-max force-pushed the kubernetes-dial-backoff-jitter branch from 03eccbd to 503d231 Compare September 2, 2026 13:13
@crazy-max crazy-max added this to the v0.38.0 milestone Sep 2, 2026
@crazy-max
crazy-max marked this pull request as ready for review September 2, 2026 13:16
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
@crazy-max
crazy-max force-pushed the kubernetes-dial-backoff-jitter branch from 503d231 to d61e36d Compare September 2, 2026 13:20
@crazy-max
crazy-max merged commit 2501569 into docker:master Sep 14, 2026
162 checks passed
@crazy-max
crazy-max deleted the kubernetes-dial-backoff-jitter branch September 14, 2026 07:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants