-
Notifications
You must be signed in to change notification settings - Fork 41.9k
Remove GA featuregate about ProxyTerminatingEndpoints in 1.30 #122134
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
Remove GA featuregate about ProxyTerminatingEndpoints in 1.30 #122134
Conversation
Signed-off-by: tao.yang <tao.yang@daocloud.io>
|
Please note that we're already in Test Freeze for the Fast forwards are scheduled to happen every 6 hours, whereas the most recent run was: Fri Dec 1 04:07:07 UTC 2023. |
|
This issue is currently awaiting triage. If a SIG or subproject determines this is a relevant issue, they will accept it by applying the The 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. |
|
/sig network |
|
LGTM label has been added. Git tree hash: d69cdf3787f1801438b0fbb79f8bdaef9c9c778f
|
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ty-dc, wojtek-t The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
Changelog suggestion Removed generally available feature gate `ProxyTerminatingEndpoints`. |
The ProxyTerminatingEndpoint feature was made GA since K8s v1.28, and thus we can enable it unconditionally [1]. kubernetes/kubernetes#122134 Signed-off-by: Martynas Pumputis <martynas@isovalent.com>
The ProxyTerminatingEndpoint feature was made GA since K8s v1.28, and thus we can enable it unconditionally [1]. kubernetes/kubernetes#122134 Signed-off-by: Martynas Pumputis <martynas@isovalent.com>
The ProxyTerminatingEndpoint feature was made GA since K8s v1.28, and thus we can enable it unconditionally [1]. kubernetes/kubernetes#122134 Signed-off-by: Martynas Pumputis <martynas@isovalent.com>
What type of PR is this?
/kind cleanup
What this PR does / why we need it:
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
Does this PR introduce a user-facing change?