-
Notifications
You must be signed in to change notification settings - Fork 5.2k
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
Add KEP for CNI traffic shaping support #2202
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: Assign the PR to them by writing 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 |
/sig network |
@Lion-Wei: GitHub didn't allow me to request PR reviews from the following users: squeed. Note that only kubernetes members and repo collaborators can review this PR, and authors cannot review their own PRs. In response to this:
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. |
@haibinxie PTAL 😁 |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Stale issues rot after 30d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
/kind kep |
/remove-lifecycle rotten |
REMINDER: KEPs are moving to k/enhancements on November 30. Please attempt to merge this KEP before then to signal consensus. Any questions regarding this move should be directed to that thread and not asked on GitHub. |
KEPs have moved to k/enhancements. Any questions regarding this move should be directed to that thread and not asked on GitHub. |
@justaugustus: Closed this PR. In response to this:
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. |
@thockin It looks like this KEP was never moved to k/enhancements. So there is no tracking for this function and it has been left in alpha/experimental for >3 years. How to proceed? Kan I make a PR to add it as-is to k/enhancements? |
You can bring it to k/enhancements, sure. The KEP template has evolved some, but sure. With the caveat that we're trying to finish a bunch of in-flight work before actively staring new debates :) |
But this one has been in-flight for 3 years, but unfortunately in "stealth mode". |
Add KEP for CNI traffic shaping support.
Much of the meat in the KEP was taken from the original proposal.
(#1893)
We have been discussed about this proposal for a while, and already have a pr for basic realization:
kubernetes/kubernetes#63194