-
Notifications
You must be signed in to change notification settings - Fork 59
Does not work in swam mode #238
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
Comments
Latest docker/traefik versions should work fine. I haven't seen that error before 🤔 |
Server config:
Have tried with debug set true as well, but that doesn't yield any more useful logging |
|
how does your |
|
Had changed config to point at exoframe-swarm network, to no avail.. changed back, now I have:
After restart.. same error in the log |
Also, restarting exoframe-server I end up with two exoframe-server containers. |
disabling docker swarm mode, and redeploying in normal mode, it fires right up instantly.. no issues.. this is obviously a swarm issue |
Networks list seems to look OK 🤔
This does looks like an issue on docker end to be honest. |
The network part of that doesn't seem to be in the documentation, might be the whole problem.
Have done, many times. |
@willvincent it's not documented right now indeed. There's a ticket for that, but I haven't gotten around to actually doing it. W.r.t. docker cluster - have you also wiped the master node? |
That was it.. network definition is apparently required for the swam plugin.. docs don't reflect that. :( |
@willvincent it shouldn't be required as it uses |
Yea, but when it wasn't defined it errored... so, must be necessary, or there's a bug somewhere causing that ambiguous network issue. Anyway, seems to be working, wish it hadn't taken the better part of the past 20ish hours to get here... |
The network prop is absolutely not required - and CI tests do pass just fine for plugin right now. |
I've been trying to repro this on 2 different machines over the past week with no success (clean swarm setups via docker-machine cli). I'll be closing this since I couldn't repro it at all. |
Have followed the instructions many times, starting from scratch each time.. No luck whatsoever getting swarm mode configured and usable.
Best I can figure, is this is being caused by the swarm plugin...? Works fine in "normal" mode, but swarm is completely broken.
Unhandled promise rejections and reference to network being ambiguous.
Is there a known good version? Specific versions of docker/traefik/etc that I should be using? The docs haven't been any help getting past this, but I'd have expected the latest release to be stable -- of others to have reported problems maybe.
The text was updated successfully, but these errors were encountered: