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
Hello, I am currently experimenting with Xposer running with Træfik as my ingress controller.
However, when I have multiple services defined with expose: "true", I have Traefik acting up, due to the default backend defined in the Xposer-generated ingress. I am flooded with these log messages:
time="2019-03-13T09:40:24Z" level=error msg="Error creating global backend for ingress default/example-apache: duplicate frontend: global-default-frontend"
time="2019-03-13T09:40:24Z" level=error msg="Error creating global backend for ingress default/example-apache: duplicate frontend: global-default-frontend"
time="2019-03-13T09:40:26Z" level=error msg="Error creating global backend for ingress default/example-nginx: duplicate frontend: global-default-frontend"
time="2019-03-13T09:40:26Z" level=error msg="Error creating global backend for ingress default/example-apache: duplicate frontend: global-default-frontend"
The advice in traefik/traefik#4266 is to remove the backend-section directly below spec: in the ingress, thereby changin: this:
Would that, in your opinion be the proper place for it?
I have currently created a private version with the backend section violently ripped out. It seems to work find with both nginx and traefik ingress controllers. I am not sure why it would be needed anywhere, but I am not going to claim deep knowledge in the field.
Hello, I am currently experimenting with Xposer running with Træfik as my ingress controller.
However, when I have multiple services defined with
expose: "true"
, I have Traefik acting up, due to the default backend defined in the Xposer-generated ingress. I am flooded with these log messages:The advice in traefik/traefik#4266 is to remove the
backend
-section directly belowspec:
in the ingress, thereby changin: this:into this:
Is this possible to do in Xposer, or is there another solution to this problem (other than using nginx as ingress controller)?
The text was updated successfully, but these errors were encountered: