kibana icon indicating copy to clipboard operation
kibana copied to clipboard

[CI] Add docker retries

Open delanni opened this issue 5 months ago • 6 comments

Summary

We've seen several issues stemming from docker failures, like:

Error response from daemon: Get "https://docker.elastic.co/v2/": ...

This is happening because of rolling docker updates, and should affect each node for a short time, while connections are draining. The suggestion was to implement retry logic for docker operations. This PR tries to cover much of it.

delanni avatar Aug 30 '24 11:08 delanni