This repository was archived by the owner on Dec 13, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 177
This repository was archived by the owner on Dec 13, 2018. It is now read-only.
Swarm service deploy mode = global is not supported #240
Open
Description
When using service in swarm, dockercloud/haproxy fails to link backend for services deployed globally.
serviceA:
deploy:
mode: global
Workaround is to switch to replicated deploy mode (which is the default).
serviceA:
deploy:
mode: replicated
replicas: 3
It seems the containers created for globally deployed services are named differently, with a 0 as the second part of the name instead of the node id.
This should be fixed, and/or a warning should be added in the documentation if not.
Metadata
Metadata
Assignees
Labels
No labels
Type
Fields
Give feedbackNo fields configured for issues without a type.