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

IP address exhaustion #88

Closed
jwalkins2017 opened this issue Dec 17, 2018 · 6 comments
Closed

IP address exhaustion #88

jwalkins2017 opened this issue Dec 17, 2018 · 6 comments
Assignees

Comments

@jwalkins2017
Copy link

Description

I am replicating multiple test environments behind a single DFP instance and have hit an IP exhaustion issue with all the containers being on the same "proxy" network. Is it possible to partition out the networks or have multiple DFP for each environment on the same swarm?

Steps to reproduce the issue:

  1. Have more that 200 containers behind the DFP

Describe the results you received:
Containers are stuck in the new task.

Describe the results you expected:
Containers should start up normally.

Additional information you deem important (e.g. issue happens only occasionally):
Once I removed an environment, I was able to start up other containers.

@vfarcic
Copy link
Contributor

vfarcic commented Dec 17, 2018

That sounds like a problem with Swarm's Overlay network that is somewhat limited in certain providers. Where are you running your cluster?

@jwalkins2017
Copy link
Author

I am running it in an on-prem cluster, 5 nodes, docker 18.06.1~ce

@jwalkins2017
Copy link
Author

To add a more context, DFP has a single network assigned to it "Proxy", any container that is behind DFP is also on the "Proxy" network. Is it possible to assign multiple networks to the DFP container and then assign the load balanced containers on those networks? For example:
DFP:
network
proxy - external
internal

Nginx:
network
internal

@vfarcic
Copy link
Contributor

vfarcic commented Mar 2, 2019

This project needs adoption. I moved to Kubernetes and cannot dedicate time to this project anymore. Similarly, involvement from other contributors dropped as well. Please consider contributing yourself if you think this project is useful.

@lle0x lle0x self-assigned this Mar 31, 2022
@lle0x
Copy link
Collaborator

lle0x commented Mar 31, 2022

Dear @jwalkins2017

If this issue is still relevant, please feel free to leave a comment here.

@lle0x
Copy link
Collaborator

lle0x commented Apr 4, 2022

Closed due to inactivity

@lle0x lle0x closed this as completed Apr 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants