Skip to content

Commit 5d0fa9d

Browse files
authored
Merge pull request #5043 from LionelJouin/kep-4817-update-1
KEP-4817: Add beta graduation criteria + implementation history
2 parents 2388578 + e3ba210 commit 5d0fa9d

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

keps/prod-readiness/sig-node/4817.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,5 @@
44
kep-number: 4817
55
alpha:
66
approver: "@johnbelamaric"
7+
beta:
8+
approver: "@johnbelamaric"

keps/sig-node/4817-resource-claim-device-status/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -438,6 +438,8 @@ network status.
438438
- Feature Gates are enabled by default.
439439
- No major outstanding bugs.
440440
- 1 example of real-world usage.
441+
- The kubernetes-sigs/cni-dra-driver project as reference implementation for this feature.
442+
- A new EndpointSlice Controller consuming the `ResourceClaim.Status.Devices[].NetworkData.Addresses` field.
441443
- Feedback collected from the community (developers and users) with adjustments
442444
provided, implemented and tested.
443445

@@ -611,6 +613,8 @@ N/A
611613
## Implementation History
612614

613615
- Initial proposal: 2024-08-30
616+
- Implementation merged ([kubernetes/kubernetes#128240](https://github.com/kubernetes/kubernetes/pull/128240)): 2024-11-08
617+
- Released as an alpha feature behind a feature-gate: 2024-12-11 (Kubernetes v1.32)
614618

615619
## Drawbacks
616620

keps/sig-node/4817-resource-claim-device-status/kep.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,14 @@ see-also:
2727
- "https://github.com/k8snetworkplumbingwg/network-attachment-definition-client"
2828

2929
# The target maturity stage in the current dev cycle for this KEP.
30-
stage: alpha #beta|stable
30+
stage: beta
3131

32-
latest-milestone: "v1.32"
32+
latest-milestone: "v1.33"
3333

3434
# The milestone at which this feature was, or is targeted to be, at each stage.
3535
milestone:
3636
alpha: "v1.32"
37+
beta: "v1.33"
3738

3839
# The following PRR answers are required at alpha release
3940
# List the feature gate name and the components for which it must be enabled

0 commit comments

Comments
 (0)