-
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
Adding NodeName to EndpointSlice API, deprecation updates #96440
Adding NodeName to EndpointSlice API, deprecation updates #96440
Conversation
/triage accepted |
This PR may require API review. If so, when the changes are ready, complete the pre-review checklist and request an API review. Status of requested reviews is tracked in the API Review project. |
3024d7d
to
36f4d5c
Compare
Tests are all failing due to a strange merge issue. Seems to be affecting a number of PRs and is likely related to kubernetes/test-infra#19910. |
/retest |
7d0a07e
to
4f0a827
Compare
d4b8264
to
4da5714
Compare
4da5714
to
28164ec
Compare
28164ec
to
b98cab7
Compare
/retest |
5cc1e2c
to
c0712bc
Compare
@andrewsykim @thockin Thanks for the great feedback! I've pushed a commit that includes the following changes:
|
- Remove feature gate consideration from EndpointSlice validation - Deprecate topology field, note that it will be removed in future release - Update kube-proxy to check for NodeName if feature gate is enabled - Add comments indicating the feature gates that can be used to enable alpha API fields - Add comments explaining use of deprecated address type in tests
c0712bc
to
84e4b30
Compare
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: robscott, thockin 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 |
/retest |
What type of PR is this?
/kind feature
/kind api-change
What this PR does / why we need it:
In addition to adding NodeName, this notes that the topology field will be deprecated soon. It also removes the IP address type that was deprecated in Kubernetes 1.17 and intended to be removed in 1.20.
Although we were originally scheduled to graduate this API to GA in 1.20 it was determined that we needed to do a bit more cleanup first. This PR should accomplish that.
Does this PR introduce a user-facing change?:
Additional documentation e.g., KEPs (Kubernetes Enhancement Proposals), usage docs, etc.:
Enhancement Issue: kubernetes/enhancements#752
More Context: #96318 (comment)
/cc @aojea @andrewsykim @bowei @freehan
/assign @thockin
/sig network
/priority important-soon