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
I am deploying with ansible, in case you are wondering about the {{ variables }}.
What did you see instead?
When I check the service with docker service inspect traefik I see the following:
traefik.1.semllbuvwmso@XXXXXXX | {"level":"error","error":"command traefik error: failed to decode configuration from flags: field not found, node: influxdb","time":"2024-03-05T14:03:55Z","message":"Command error"}
What version of Traefik are you using?
v3.0
What is your environment & configuration?
It may look a bit strange because traefik is deployed as docker swarm service by my own ansible role
If applicable, please paste the log output in DEBUG level
{"level":"error","error":"command traefik error: failed to decode configuration from flags: field not found, node: influxdb","time":"2024-03-05T14:31:03Z","message":"Command error"}
The text was updated successfully, but these errors were encountered:
Thanks, then it would be nice to mark that accordingly, because I found this page, and nothing on it stated, that it was dropped in v3. would be nice to have a bar or something that shows the traefik version I am looking at in the docs
I think "emphasize the version selector" in issue #9549 is tracking what you are suggesting, and it is definitively something we want to improve.
Until v3 is GA, the latest version is still v2.x, and the documentation version selector (which is at the bottom of the left-side menu) selects the latest version by default.
Welcome!
What did you do?
I am running traefik as docker swarm service, and before I added these following lines to my docker swarm configuration, everything worked fine:
I am deploying with ansible, in case you are wondering about the
{{ variables }}
.What did you see instead?
When I check the service with
docker service inspect traefik
I see the following:What version of Traefik are you using?
v3.0
What is your environment & configuration?
It may look a bit strange because traefik is deployed as docker swarm service by my own ansible role
If applicable, please paste the log output in DEBUG level
{"level":"error","error":"command traefik error: failed to decode configuration from flags: field not found, node: influxdb","time":"2024-03-05T14:31:03Z","message":"Command error"}
The text was updated successfully, but these errors were encountered: