-
Notifications
You must be signed in to change notification settings - Fork 7.3k
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
Update limits on overlay networks #11412
Comments
@thaJeztah Is this true that a /24 is no longer required for an overlay network? If so let me know and I can work on a PR for the docs. The part of the docs in question:
https://docs.docker.com/engine/reference/commandline/network_create/#overlay-network-limitations |
It would be good if the documentation included what version of docker this changed. |
There hasn't been any activity on this issue for a long time. Prevent issues from auto-closing with a /lifecycle stale |
Still relevant |
Any updates? |
/remove-lifecycle stale |
Any news? |
There hasn't been any activity on this issue for a long time. Prevent issues from auto-closing with a /lifecycle stale |
/remove-lifecycle stale |
@akerouanton @dvdksn Is any of this covered in the networking rewrite? (Sorry still haven't found time to look at the PR 🙈) |
We have not updated this bit yet, no. Sounds like we can just remove the Overlay network limitations🔗 section then? |
@dvdksn I don't think so, because the overlay network is actually using a bridge interface internally to connect containers co-located on a same host. As such, the limitations I asked you to add to the bridge doc page also apply to the overlay driver. |
So if somebody creates a |
I guess nothing, until you hit the limit of 1024 interfaces. That's hard-coded in the kernel. ref But I will let @akerouanton correct me |
i only have 12 /24 overlay networks with encryption enabled - one manager and two worker nodes- when i first boot up the boxes- i'm able to spin up containers until i hit a limit and then any subsequent containers- even when i removed them- won't start up- all containers are stuck at a "ready" state or new: ID NAME IMAGE NODE DESIRED STATE CURRENT STATE ERROR PORTS ID NAME MODE REPLICAS IMAGE PORTS
|
A while ago there were issues with loadbalancer 1) on large overlay networks, so a limit in overlay size was added to documentation in 2)
This issue has since been resolved, and according to 3) the limitations are no longer necessary.
The documentation should be updated accordingly
The text was updated successfully, but these errors were encountered: