Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Overlay Network Intermittently Unavailable on Worker Nodes ( Docker 28.0.0 ) #12575

Closed
mbqr opened this issue Feb 24, 2025 · 0 comments
Closed

Comments

@mbqr
Copy link

mbqr commented Feb 24, 2025

Description

Description
After upgrading to Docker 28.0.0 and Compose 2.33.0, overlay networks on worker nodes intermittently fail to be recognized. The issue occurs inconsistently—some networks remain accessible, while others become unreachable under high container/network loads.

This appears to be linked to bulk synchronization delays, particularly when a node exceeds a ~30-second sync threshold. In these cases, affected networks fail to reattach properly, requiring manual intervention. However, some networks remain fully functional regardless of re-composition frequency.

Observed Behavior
Overlay networks intermittently fail on worker nodes.
Networks with high container activity seem more prone to failure.
A temporary workaround—attaching a "dummy" container to the network—restores functionality but is not a viable long-term fix.
Attempts to resolve via network removal, sleep intervals, and --force commands have been unsuccessful.
Expected Behavior
Overlay networks should remain consistently available across all worker nodes, regardless of load or sync timing.

Reproduction Steps
See issue #11894 for reference.

Environment Details
Docker Version: 28.0.0
Compose Version: 2.33.0
Operating System: Ubuntu 24.04.2 LTS
Kernel Version: 6.8.0-53-generic
Storage Driver: overlay2
Swarm Mode: Active (3 Managers, 3 Nodes)
Additional

Steps To Reproduce

No response

Compose Version


Docker Environment


Anything else?

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant