Skip to content

Commit a6c91a4

Browse files
committed
KEP-2365: graduate to beta
1 parent 4b51418 commit a6c91a4

File tree

3 files changed

+12
-6
lines changed

3 files changed

+12
-6
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
kep-number: 2365
22
alpha:
33
approver: "@johnbelamaric"
4+
beta:
5+
approver: "@johnbelamaric"

keps/sig-network/2365-ingressclass-namespaced-params/README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ Items marked with (R) are required *prior to targeting to a milestone / release*
4040
- [x] (R) Graduation criteria is in place
4141
- [x] (R) Production readiness review completed
4242
- [x] (R) Production readiness review approved
43-
- [ ] "Implementation History" section is up-to-date for milestone
44-
- [ ] User-facing documentation has been created in [kubernetes/website], for publication to [kubernetes.io]
43+
- [x] "Implementation History" section is up-to-date for milestone
44+
- [x] User-facing documentation has been created in [kubernetes/website], for publication to [kubernetes.io]
4545
- [ ] Supporting documentation—e.g., additional design documents, links to mailing list discussions/SIG meetings, relevant PRs/issues, release notes
4646

4747
## Summary
@@ -194,7 +194,9 @@ See unit tests above.
194194
### Monitoring Requirements
195195

196196
* **How can an operator determine if the feature is in use by workloads?**
197-
N/A
197+
Users can check if the `Scope` and `Namespace` fields are set on IngressClass
198+
resources. These fields being set do not guarantee that the controller responsible
199+
for the class is using them or not.
198200

199201
* **What are the SLIs (Service Level Indicators) an operator can use to
200202
determine the health of the service?**
@@ -251,6 +253,8 @@ See unit tests above.
251253
## Implementation History
252254

253255
- January 28, 2021: KEP written
256+
- March 6, 2020: [PR](https://github.com/kubernetes/kubernetes/pull/99275) adding
257+
the feature merged in alpha state in v1.21
254258

255259
## Drawbacks
256260

@@ -264,4 +268,4 @@ scoped and cluster scoped resources.
264268
implementation.
265269

266270
- We could not support namespace-scoped parameters references. This would be
267-
simplest but would rule out some compelling use cases.
271+
simplest but would rule out some compelling use cases.

keps/sig-network/2365-ingressclass-namespaced-params/kep.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ see-also:
1818
- "/keps/sig-network/1453-ingress-api"
1919

2020
# The target maturity stage in the current dev cycle for this KEP.
21-
stage: alpha
21+
stage: beta
2222

2323
# The most recent milestone for which work toward delivery of this KEP has been
2424
# done. This can be the current (upcoming) milestone, if it is being actively
2525
# worked on.
26-
latest-milestone: "v1.21"
26+
latest-milestone: "v1.22"
2727

2828
# The milestone at which this feature was, or is targeted to be, at each stage.
2929
milestone:

0 commit comments

Comments
 (0)