ConsulCatalog and File not working #903
Labels
kind/bug/confirmed
a confirmed bug (reproducible).
priority/P0
needs hot fix
status/5-frozen-due-to-age
I've been trying what seems to me like a straightforward configuration. ConsulCatalog for most services along with a few manual rules in a file.
My config looks like:
/etc/traefik/traefik.toml
/etc/traefik/rules.toml
And here is what's interesting about that. If I start traefik with that configuration, it will start, but a panic will be logged:
But traefik will come up, but will never see the configuration from ConsulCatalog
However, if I startup traefik with an empty rules file, then, after startup, if I modify that file to add back the rules as I've showed them, it works as I'd expect, both ConsulCatalog and File configurations are being correctly merged.
The text was updated successfully, but these errors were encountered: