You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.
As with #819, the suggested fix is to check (using the docker api) whether the container is alive after adding it to the datastructure which is cleaned up by the docker event stream handler.
When a container dies just before we tell DNS about it, we end up creating a stale record that is never removed. To reproduce, apply
and then run
That last output is proof of the stale record.
The text was updated successfully, but these errors were encountered: