-
Notifications
You must be signed in to change notification settings - Fork 39.9k
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 deprecation notice to the userspace proxy-mode #104631
Adding deprecation notice to the userspace proxy-mode #104631
Conversation
@perithompson: Adding the "do-not-merge/release-note-label-needed" label and removing any existing "release-note-none" label because there is a "kind/deprecation" label on the PR. 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. |
@perithompson: 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. |
@jayunit100 started this here, not sure if I can mark the flag as deprecated because its only one option, not the whole flag |
/cc @jayunit100 |
5ecd8c9
to
b476eaa
Compare
@jayunit100 PTAL and let me know if you wanted more comments anywhere else? |
/assign @khenidak Please add a release note so we can merge this one. |
/lgtm |
Thanks for this. |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: khenidak, perithompson 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 |
The Kubernetes project has merge-blocking tests that are currently too flaky to consistently pass. This bot retests PRs for certain kubernetes repos according to the following rules:
You can:
/retest |
/cc @danwinship |
This PR adds a deprecation notice for the userspace kube-proxy that needs to be removed, the reasons behind this are documented it #103860
What type of PR is this?
/kind deprecation
What this PR does / why we need it:
Userspace proxy has essentially become unsupported in kube-proxy and recently sig-network has decided to remove the userspace linux and windows proxies from kubernetes core. As part of this work we need to add a deprecation warning when running with userspace proxy that this is now deprecated and another proxy mode should be used.
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
related to
#103860
Does this PR introduce a user-facing change?
Additional documentation e.g., KEPs (Kubernetes Enhancement Proposals), usage docs, etc.: