-
Notifications
You must be signed in to change notification settings - Fork 40.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
Prepare AllocateLoadBalancerNodePorts for GA #107027
Conversation
Skipping CI for Draft Pull Request. |
@uablrek: 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 |
a7b1b7e
to
dee1f34
Compare
There are
I have executed |
/cc @andrewsykim |
That was my intention, please see #107027 (comment). But what about the remaining "swagger.json" files in I posted a query on slack #kubernetes-contributors but have no answer so far. |
on generators we trust 😄 , if CI is happy 🤷 let's ask @liggitt |
I'm not sure what the question is... I think all the swagger.json files under staging are test fixtures snapshotting typical k8s openapi json structure... it's not important they perfectly match current generated openapi |
I made the
to make sure I flushed all references to the |
4e608e8
to
0ac38a7
Compare
Squashed manual updates. A separate commit for generated files. |
/remove-sig apps |
Shall it be something in the "Does this PR introduce a user-facing change?" box in this PR? |
yeah, add a release note informing the feature move to GA, the template also has something to link the KEP |
/lgtm |
changelog entry nit: -The `ServiceLBNodePortControl` graduates to GA. The feature-gate will be removed in 1.26.
+The `ServiceLBNodePortControl` feature graduates to GA. The feature gate will be removed in 1.26. |
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!
/lgtm
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: thockin, uablrek 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 |
What type of PR is this?
Prepares the
AllocateLoadBalancerNodePorts
feature for GA. Feature-gate:ServiceLBNodePortControl
./kind cleanup
What this PR does / why we need it:
To allow AllocateLoadBalancerNodePorts to graduate.
Which issue(s) this PR fixes:
N/A
Special notes for your reviewer:
Does this PR introduce a user-facing change?
Additional documentation e.g., KEPs (Kubernetes Enhancement Proposals), usage docs, etc.: