Skip to content
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

ETCD Backend - frontend/backends missing #866

Closed
iwalz opened this issue Nov 21, 2016 · 1 comment
Closed

ETCD Backend - frontend/backends missing #866

iwalz opened this issue Nov 21, 2016 · 1 comment

Comments

@iwalz
Copy link

iwalz commented Nov 21, 2016

Hey,

I just recently took the decision to move to traefik for http(s) instead of haproxy/confd.
At the same time I wanted to add K8S Ingress to my services - but since I hit #732 I decided to use current setup but change it to traefik.

I've tried to leverage the etcd backend, but I can't get any frontend/backend displayed in the UI. I was able to reproduce the issue and just made a quick docker-compose setup here: https://github.com/iwalz/traefik_etcd
Just in case you want something easy to reproduce - clone and docker-compose up.

This is the structure in etcd:

root@705f8513fbf8:/# etcdctl --endpoint=http://etcd:2379 ls -r /
/traefik
/traefik/frontends
/traefik/frontends/web
/traefik/frontends/web/routes
/traefik/frontends/web/routes/frontpage
/traefik/frontends/web/routes/frontpage/rule

/traefik/frontends/web/backend
/traefik/frontends/web/entrypoints
/traefik/backends
/traefik/backends/web
/traefik/backends/web/servers
/traefik/backends/web/servers/705f8513fbf8
/traefik/backends/web/servers/705f8513fbf8/url
/traefik/backends/web/servers/705f8513fbf8/weight

And a very small traefik.conf

[web]
address = ":8080"

[etcd]
endpoint = "etcd:2379"
watch = true

The UI shows me the etcd backend, but no entries.
Same behaviour in 1.1 and 1.0.3.

Any idea what's wrong with this setup?

@iwalz
Copy link
Author

iwalz commented Nov 22, 2016

Gonna close this issue, since it seem to be a duplicate after some investigation #821

@iwalz iwalz closed this as completed Nov 22, 2016
@traefik traefik locked and limited conversation to collaborators Sep 1, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants