-
Notifications
You must be signed in to change notification settings - Fork 5.1k
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
Zookeeper - KV connection error: Failed to test KV store connection #455
Comments
Anybody ? :) |
Hi, it seems traefik cannot connect to zookeeper. Are you sure this is not a network issue? |
Hi, |
@raclepoulpe you configured traefik to talk to Zookeeper on |
@emilevauge thx. |
Hi,
Traefik (in a docker) can't discuss with my zookeeper (in a docker too).
This is my traefik.toml :
And the docker run command :
docker run -d -p 8081:8081 -p 80:80 -h traefik -v ~/ContainersLocalFiles/traefik/traefik.toml:/etc/traefik/traefik.toml -v /var/run/docker.sock:/var/run/docker.sock -v /tmp/traefik.log:/tmp/traefik.log --name traefik traefik
I use and run the jplock/zookeeper as this :
docker run -d -p 2181:2181 -v ~/ContainersLocalFiles/zookeeper:/tmp/zookeeper --name zookeeper jplock/zookeeper start-foreground
and I have created sample datas as describe here
And this the logs when I start traefik :
Etc..
Note : I can connect to ZK and managing datas from any hosts.
Thx
The text was updated successfully, but these errors were encountered: