-
-
Notifications
You must be signed in to change notification settings - Fork 89
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
Improve Swarm support #333
Conversation
@pixxon So I think this should work as discussed in #328 now. I still have to do cleanup and add documentation but if you have feedback or even want to test an image built off this branch yourself, I'd be thankful for any remarks. The test is currently the only reference for how to configure things, but I think you have an idea of how it's supposed to work anyways. |
Except the three comments above, the feature looks great to me. I will build an image and later today try it out. I have one scenario in mind, where the service does not scale down in time. It might leave the service in a state that requires manually intervention from the user. |
Thanks for your review. I'll address these points and some other tiny bits I was thinking of later today, and I'll also push a pre-release to Docker Hub, so I can test it myself in a setup of mine. I'll let you know when this is out. |
I pushed a build of ba095ea tagged as
There seems to be an issue where services restart prematurely which I'll need to figure out first. |
I just pushed |
316a7a6 is now pushed as |
Small note about the configuration. Users can apply the label via I can't really think of a great solution to avoid this. Adding |
I was already thinking about the same problem, and since you also raise it, it's probably a good idea to do something about it. I think the proper way would be to deprecate |
I pushed 87ea8d0 as |
Supersedes #328
Closes #327