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
Currently, when Traefik is being upgraded in a rolling manner, there will be a period of time while ELB updates its target groups when end users will get a "bad gateway error".
This is because the Traefik job can potentially be running on less than the maximum number of Nomad clients.
There are two ways to solve this:
Run Traefik as a system job. But we must be careful to write a constraint such that only those that are in the ASG that is used as the target group for Traefik's ELB has this scheduled.
Run some kind of service that reacts to consul watch changes in the Traefik service and then react accordingly.
The text was updated successfully, but these errors were encountered:
Currently, when Traefik is being upgraded in a rolling manner, there will be a period of time while ELB updates its target groups when end users will get a "bad gateway error".
This is because the Traefik job can potentially be running on less than the maximum number of Nomad clients.
There are two ways to solve this:
system
job. But we must be careful to write a constraint such that only those that are in the ASG that is used as the target group for Traefik's ELB has this scheduled.The text was updated successfully, but these errors were encountered: