-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Move Ingress to the networking.v1beta1 API group #758
Comments
/sig network |
/kind cleanup |
KEP is in #749, targeting v1.14 for the next step moving into the milestone ahead of the implementable KEP deadline of 2/4 |
first PR in kubernetes/kubernetes#74057 |
I'm on API review. @vishh shadow |
/lgtm |
@bowei looking over the KEP for this enhancement I don't see any testing plans - can someone help PR in testing plans for this enhancement? This information is helpful for knowing readiness of this feature for the release and is specifically useful for CI Signal. If we don't have testing plans this enhancement will be at risk for being included in the 1.14 release |
Adding section. |
Hey @bowei Just a friendly reminder we're looking for a PR against k/website (branch dev-1.14) due by Friday, March 1. It would be great if it's the start of the full documentation, but even a placeholder PR is acceptable. Let me know if you have any questions! |
@bowei are there any open PRs in K/K for this enhancement that need to be merged before code freeze (march 7th)? |
Hello @bowei, I'm the Enhancement Lead for 1.15. Is this feature going to be graduating from alpha/beta/stable stages in 1.15? Please let me know so it can be tracked properly and added to the spreadsheet. Once coding begins, please list all relevant k/k PRs in this issue so they can be tracked properly. /milestone clear |
We are drafting a following changes to the KEP to kick off the discussion of a plan for GA. |
Hey, @cmluciano, I am docs shadow for 1.17 release. Just a friendly reminder we're looking for a PR against k/website (branch dev-1.17) due by Friday, Nov 8th. It would be great if it's the start of the full documentation, but even a placeholder PR is acceptable. Let me know if you have any questions! Thanks! |
Hey, @cmluciano, Just a friendly reminder we're looking for a PR against k/website (branch dev-1.17) due by Friday, Nov 8th. It would be great if it's the start of the full documentation, but even a placeholder PR is acceptable. Let me know if you have any questions! |
Hey there @cmluciano 1.17 Enhancement lead here 👋 We still have a little bit of time, but Code Freeze is fast approaching (November 14th). All enhancements going into the release must be code-complete, including tests, and have docs PRs open by then. Are there any other PRs besides kubernetes/kubernetes#83467 that should be tracked? If it or the other PRs that should be tracked aren't merged by the freeze, it'll slip from the 1.17 release cycle. 😬 Only release-blocking issues and PRs will be allowed in the milestone. If you know it'll slip, please let us know so we can remove it from the tracking sheet. Thanks! |
@bowei Should this be revised to incorporate the v1 enhancements or is this one strictly for tracking the move to v1beta1 under networking? |
We talked about this last night and agreed to push this to 1.18 @VineethReddy02 |
Thanks @cmluciano, we'll remove it from the tracking sheet and add it to 1.18 👍 |
That change happened already, right? So stablization & GA should be a new issue linked to this one. |
Hi, maybe this is too late, but I have a suggestion for this KEP. (I think maybe this comment is in the wrong place — there's a suggestion in the README about a linked-to-issue but I'm not sure what that means and the new issue template only shows how to create a new KEP. Happy to move this to a better place.) Nothing in the current docs or the KEP that I can see explains what happens if two I suggest that the answer should be that an URL matches a "precise" rule if there is one, otherwise it matches a "wildcard" rule if there is one, otherwise it matches a rule with no But maybe I'm wrong and the answer is that rule order controls precedence? This is not explicitly documented even for the beta version (where it's unclear if rule order matters for a precise |
Hey there @bowei @cmluciano -- 1.18 Enhancements shadow here. I wanted to check in and see if you think this Enhancement will be graduating to stable in 1.18? The current release schedule is: To be included in the release, this enhancement must have a merged KEP in the implementable status. The KEP must also have graduation criteria and a Test Plan defined. |
@robscott what do you think? I think we can definitely make it pending resolving some of these conversations. |
Hey @kikisdeliveryservice and @bowei, thanks for checking in! We've been doing most of the work (and corresponding reviews) for this feature on a fork of k/k given how large this update is. With that said, although there isn't much evidence of work in PRs on k/k yet, I do think we're on track for a 1.18 release. As suggested by @sftim above, I've created a separate issue to track the work towards GA (#1453) and will close this as the work towards beta has been completed. /close |
@robscott: Closing this issue. 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. |
/milestone clear (clearing milestone as 1.18 release cycle is complete) |
The kubernetes extensions/v1beta1 Ingress API has been deprecated in v1.16 in favor of networking.k8s.io/v1beta1 [1]. extensions/v1beta1 will be completely removed in kubernetes 1.18 [2]. kubernetes/enhancements#758 kubernetes/kubernetes#43214
The kubernetes extensions/v1beta1 Ingress API has been deprecated in v1.16 in favor of networking.k8s.io/v1beta1 [1]. extensions/v1beta1 will be completely removed in kubernetes 1.18 [2]. [1] kubernetes/enhancements#758 [2] kubernetes/kubernetes#43214 Signed-off-by: Stefan Nica <snica@suse.com>
Enhancement Description
The text was updated successfully, but these errors were encountered: