You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
launched Traefik via docker stack deploy I have another service that will create new services and attaches them to the traefik network. They have traefik.port and traefik.frontend.rule labels. I also created a service with the same labels via the docker CLI
What did you expect to see?
I should be able to interact with this new service via traefik.
What did you see instead?
Currently I can not interact with the service. I CAN interact with services with the same apparent setup when created via docker CLI
Debug log showing test1 service is recongnized by traefik but no IP is attached. This service was created using docker-py from another service, and test2 the service created by docker CLI
this was solved by passing endpoint_spec={'Mode': 'vip'} as a parameter in the client.services.create() call. so this was a docker-py issue not a traefik issue. sweet relief....
What version of Traefik are you using (
traefik version
)?Version: v1.1.2
Codename: camembert
Go version: go1.7.4
Built: 2016-12-15_10:21:15AM
OS/Arch: linux/amd64
What is your environment & configuration (arguments, toml...)?
currently launching as part of a
docker stack deploy
commandWhat did you do?
launched Traefik via
docker stack deploy
I have another service that will create new services and attaches them to the traefik network. They havetraefik.port
andtraefik.frontend.rule
labels. I also created a service with the same labels via the docker CLIWhat did you expect to see?
I should be able to interact with this new service via traefik.
What did you see instead?
Currently I can not interact with the service. I CAN interact with services with the same apparent setup when created via docker CLI
Debug log showing
test1
service is recongnized by traefik but no IP is attached. This service was created using docker-py from another service, andtest2
the service created by docker CLIBelow are results of
docker service inspect
for both services.test1 (unavailable service)
test2 (available service)
Any help is appreciated. Thanks!
The text was updated successfully, but these errors were encountered: