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

Error accessing proxy from traefik #94

Open
lonix1 opened this issue Jul 17, 2023 · 1 comment
Open

Error accessing proxy from traefik #94

lonix1 opened this issue Jul 17, 2023 · 1 comment

Comments

@lonix1
Copy link

lonix1 commented Jul 17, 2023

I'm using this with traefik and it works like a charm.

...Except when it doesn't. For example, when I must update services, and then restart traefik. Then traefik restarts without error, and the container becomes "healthy". But requests to services time out.

I thought it was a traefik problem. Then I checked the logs, and every time I have this issue I see something like this:

time="2023-07-17T07:44:45+03:00" level=error msg="Provider connection error error during connect: Get "http://tecnativa:2375/v1.24/version\": dial tcp: lookup tecnativa on 127.0.0.11:53: no
such host, retrying in 9.503388201s" providerName=docker

The "no such host" part is incorrect, because the tecnativa container is working, and reported as "healthy". I wonder what that v1.24 is?

The only solution is to restart both traefik and tecnativa (and sometimes other services which are served by traefik!)

I am using the most recent official tecnativa release 0.1.1. And docker 24.0.4 on debian.

Any ideas?

@salsugair
Copy link

I am facing the same issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants