File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed
sig-node/4817-resource-claim-device-status Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 4
4
kep-number : 4817
5
5
alpha :
6
6
approver : " @johnbelamaric"
7
+ beta :
8
+ approver : " @johnbelamaric"
Original file line number Diff line number Diff line change @@ -438,6 +438,8 @@ network status.
438
438
- Feature Gates are enabled by default.
439
439
- No major outstanding bugs.
440
440
- 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.
441
443
- Feedback collected from the community (developers and users) with adjustments
442
444
provided, implemented and tested.
443
445
611
613
# # Implementation History
612
614
613
615
- 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)
614
618
615
619
# # Drawbacks
616
620
Original file line number Diff line number Diff line change @@ -27,13 +27,14 @@ see-also:
27
27
- " https://github.com/k8snetworkplumbingwg/network-attachment-definition-client"
28
28
29
29
# The target maturity stage in the current dev cycle for this KEP.
30
- stage : alpha # beta|stable
30
+ stage : beta
31
31
32
- latest-milestone : " v1.32 "
32
+ latest-milestone : " v1.33 "
33
33
34
34
# The milestone at which this feature was, or is targeted to be, at each stage.
35
35
milestone :
36
36
alpha : " v1.32"
37
+ beta : " v1.33"
37
38
38
39
# The following PRR answers are required at alpha release
39
40
# List the feature gate name and the components for which it must be enabled
You can’t perform that action at this time.
0 commit comments