-
Notifications
You must be signed in to change notification settings - Fork 41.4k
no support endpointslice in linux userpace mode #100913
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
no support endpointslice in linux userpace mode #100913
Conversation
@JornShen: 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. |
I saw the enhancement And In
EndpointSlice implement only in ipvs mode and iptables mode. |
/sig network |
If someone volunteered to do this work, we'd review it, but I don't think anyone cares about doing it proactively. The userspace proxy is mostly-deprecated. |
@danwinship |
/hold cancel |
ping @danwinship |
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.
oh, sorry, I missed that this was a bugfix
/remove-sig network |
/sig network |
c7a7e7b
to
4747e2b
Compare
/cc @danwinship |
/lgtm |
@danwinship |
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.
can you update server_windows.go
too?
4747e2b
to
c842cc5
Compare
@danwinship |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: danwinship, JornShen 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 Review the full test history for this PR. Silence the bot with an |
@JornShen will you cherry pick this to 1.18? |
cherry pick of #100913: no watch endpointslice in userpace mode
cherry pick of #100913: no watch endpointslice in userpace mode
cherry pick of #100913: no watch endpointslice in userpace mode
@puerco thanks for reminding me. |
/kind bug
in userpace mode of linux, we have not implement endpointslice resource processing logic.
we need to watch endpoint as before in this mode.
Ref #100880