-
Notifications
You must be signed in to change notification settings - Fork 295
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
Adding feature gate EnableKeepAlive back to release 1.5 and release 1.6 #2193
Comments
Based on the explanation in #1896 (comment), sounds good to me. Also should be a backward-compatible change as we just introduce a new flag that and it defaults to the current behavior (true). Feel free to go ahead with this |
(I wouldn't call this a bug though :)) |
If I see correctly afterwards the session handling would be identical across branches (?) |
Sure, so will continue to add the feature gate and set to true so ensure there's no behavior change :) This is the only thing that causing conflicts I met today, so I assume after this change, session handling should be identical. /kind feature |
/remove-kind bug |
Thx! /close |
@sbueringer: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
What steps did you take and what happened:
[A clear and concise description of what the bug is.]
This is found during manual cherry-pick #2154 back to release-1.5 and release 1.6 as auto cherry-pick has conflicts. It turns out that old release don't have feature gate
EnableKeepAlive
, this is introduced in release 1.7 by a324391.What did you expect to happen:
Better to introduce the feature gate in release-1.5 and release 1.6.
Anything else you would like to add:
[Miscellaneous information that will assist in solving the issue.]
Environment:
kubectl version
):/etc/os-release
):The text was updated successfully, but these errors were encountered: