-
Notifications
You must be signed in to change notification settings - Fork 5.1k
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
Backward compatibility for sticky #2266
Backward compatibility for sticky #2266
Conversation
edcf94d
to
32b6571
Compare
5233713
to
eb5bcd8
Compare
Docker Swarm works perfectly now! Thanks a lot @ldez |
Docker Swarm works using |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks a lot @ldez 👏
LGTM
is web gui working ? for me no :( test run in non service/swarm, and works, and sticky works now |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
eb5bcd8
to
11b08a9
Compare
11b08a9
to
2e60d23
Compare
Description
if
sticky=true
->cookieName="_TRAEFIK_BACKEND"
for new custom
cookieName
feature:stickiness=true
cookieName="MyCookie"
summary:
stickiness=true
sticky=true
_TRAEFIK_BACKEND
stickiness=true
andsticky=true
stickiness=true
stickiness=true
andcookieName=foobar
foobar
as the cookie namecookieName=foobar
sticky=true
andcookieName=foobar
sticky=true
, doesn't use thecookieName
value@MichaelErmer could you retry with this image
ldez/traefik:sticky
?Related to #2251, #2238, #2232