Skip to content
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

Closed
zhanggbj opened this issue Aug 9, 2023 · 7 comments
Closed
Assignees
Labels
kind/feature Categorizes issue or PR as related to a new feature.

Comments

@zhanggbj
Copy link
Contributor

zhanggbj commented Aug 9, 2023

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.
Screen Shot 2023-08-09 at 11 15 41

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:

  • Cluster-api-provider-vsphere version:
  • Kubernetes version: (use kubectl version):
  • OS (e.g. from /etc/os-release):
@k8s-ci-robot k8s-ci-robot added the kind/bug Categorizes issue or PR as related to a bug. label Aug 9, 2023
@sbueringer
Copy link
Member

sbueringer commented Aug 9, 2023

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

@sbueringer
Copy link
Member

(I wouldn't call this a bug though :))

@sbueringer
Copy link
Member

If I see correctly afterwards the session handling would be identical across branches (?)

@zhanggbj
Copy link
Contributor Author

zhanggbj commented Aug 9, 2023

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
/assign

@k8s-ci-robot k8s-ci-robot added the kind/feature Categorizes issue or PR as related to a new feature. label Aug 9, 2023
@zhanggbj
Copy link
Contributor Author

zhanggbj commented Aug 9, 2023

/remove-kind bug

@k8s-ci-robot k8s-ci-robot removed the kind/bug Categorizes issue or PR as related to a bug. label Aug 9, 2023
@sbueringer
Copy link
Member

Thx!

/close
all cherry-picks merged

@k8s-ci-robot
Copy link
Contributor

@sbueringer: Closing this issue.

In response to this:

Thx!

/close
all cherry-picks merged

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature Categorizes issue or PR as related to a new feature.
Projects
None yet
Development

No branches or pull requests

3 participants