-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
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
Stickiness cookie name. #2251
Stickiness cookie name. #2251
Conversation
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.
Reading this PR and #2232 again, I think I'm missing something on few things:
hasStickinessLabel
implementations differ quite a lot between providers. Why?- in some providers, the cookie name can be generated, and in some others, can just be set by labels (
getStickinessCookieName
) - only few providers seems to be tested on this
Again, I may be wrong or missed something!
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
|
e1d07c3
to
a528776
Compare
a528776
to
7c9b68d
Compare
Is this on docker yet? |
@MichaelErmer @gabrielfsousa could you try |
@ldez it "works" (starts) however it doesnt enable stickiness using these labels:
nor backwards compatible:
|
Need stickiness and cookieName working with Docker Swarm backend as well, please. Thank you. |
oh yes, im using docker swarm maybe thats the issue... |
please look #2266 😉 |
Description
Related to #2232
Fixes #2249