|
1 | 1 | # KEP-1453: Graduate Ingress API to GA
|
2 | 2 |
|
3 | 3 | <!-- toc -->
|
4 |
| -- [Release Signoff Checklist](#release-signoff-checklist) |
5 | 4 | - [Summary](#summary)
|
6 | 5 | - [Motivation](#motivation)
|
7 | 6 | - [Goals](#goals)
|
|
65 | 64 | - [Infrastructure Needed (optional)](#infrastructure-needed-optional)
|
66 | 65 | <!-- /toc -->
|
67 | 66 |
|
68 |
| -## Release Signoff Checklist |
69 |
| - |
70 |
| -<!-- |
71 |
| -**ACTION REQUIRED:** In order to merge code into a release, there must be an |
72 |
| -issue in [kubernetes/enhancements] referencing this KEP and targeting a release |
73 |
| -milestone **before the [Enhancement Freeze](https://git.k8s.io/sig-release/releases) |
74 |
| -of the targeted release**. |
75 |
| -
|
76 |
| -For enhancements that make changes to code or processes/procedures in core |
77 |
| -Kubernetes i.e., [kubernetes/kubernetes], we require the following Release |
78 |
| -Signoff checklist to be completed. |
79 |
| -
|
80 |
| -Check these off as they are completed for the Release Team to track. These |
81 |
| -checklist items _must_ be updated for the enhancement to be released. |
82 |
| ---> |
83 |
| - |
84 |
| -Items marked with (R) are required *prior to targeting to a milestone / release*. |
85 |
| - |
86 |
| -- [x] (R) Enhancement issue in release milestone, which links to KEP dir in [kubernetes/enhancements] (not the initial KEP PR) |
87 |
| -- [x] (R) KEP approvers have approved the KEP status as `implementable` |
88 |
| -- [x] (R) Design details are appropriately documented |
89 |
| -- [x] (R) Test plan is in place, giving consideration to SIG Architecture and SIG Testing input |
90 |
| -- [x] (R) Graduation criteria is in place |
91 |
| -- [ ] (R) Production readiness review completed |
92 |
| -- [ ] Production readiness review approved |
93 |
| -- [x] "Implementation History" section is up-to-date for milestone |
94 |
| -- [ ] User-facing documentation has been created in [kubernetes/website], for publication to [kubernetes.io] |
95 |
| -- [ ] Supporting documentation e.g., additional design documents, links to mailing list discussions/SIG meetings, relevant PRs/issues, release notes |
96 |
| - |
97 |
| -<!-- |
98 |
| -**Note:** This checklist is iterative and should be reviewed and updated every time this enhancement is being considered for a milestone. |
99 |
| ---> |
100 |
| - |
101 |
| -[kubernetes.io]: https://kubernetes.io/ |
102 |
| -[kubernetes/enhancements]: https://git.k8s.io/enhancements |
103 |
| -[kubernetes/kubernetes]: https://git.k8s.io/kubernetes |
104 |
| -[kubernetes/website]: https://git.k8s.io/website |
105 |
| - |
106 | 67 | ## Summary
|
107 | 68 |
|
108 | 69 | - Move the Ingress resource from the current API group
|
|
0 commit comments