diff --git a/keps/prod-readiness/sig-node/4817.yaml b/keps/prod-readiness/sig-node/4817.yaml index 107c3c590f8..5537c1efde0 100644 --- a/keps/prod-readiness/sig-node/4817.yaml +++ b/keps/prod-readiness/sig-node/4817.yaml @@ -4,3 +4,5 @@ kep-number: 4817 alpha: approver: "@johnbelamaric" +beta: + approver: "@johnbelamaric" diff --git a/keps/sig-node/4817-resource-claim-device-status/README.md b/keps/sig-node/4817-resource-claim-device-status/README.md index 962588a829b..d3ba83a64a0 100644 --- a/keps/sig-node/4817-resource-claim-device-status/README.md +++ b/keps/sig-node/4817-resource-claim-device-status/README.md @@ -438,6 +438,8 @@ network status. - Feature Gates are enabled by default. - No major outstanding bugs. - 1 example of real-world usage. + - The kubernetes-sigs/cni-dra-driver project as reference implementation for this feature. + - A new EndpointSlice Controller consuming the `ResourceClaim.Status.Devices[].NetworkData.Addresses` field. - Feedback collected from the community (developers and users) with adjustments provided, implemented and tested. @@ -611,6 +613,8 @@ N/A ## Implementation History - Initial proposal: 2024-08-30 +- Implementation merged ([kubernetes/kubernetes#128240](https://github.com/kubernetes/kubernetes/pull/128240)): 2024-11-08 +- Released as an alpha feature behind a feature-gate: 2024-12-11 (Kubernetes v1.32) ## Drawbacks diff --git a/keps/sig-node/4817-resource-claim-device-status/kep.yaml b/keps/sig-node/4817-resource-claim-device-status/kep.yaml index e7cb2767d40..8f2e9dda5b1 100644 --- a/keps/sig-node/4817-resource-claim-device-status/kep.yaml +++ b/keps/sig-node/4817-resource-claim-device-status/kep.yaml @@ -27,13 +27,14 @@ see-also: - "https://github.com/k8snetworkplumbingwg/network-attachment-definition-client" # The target maturity stage in the current dev cycle for this KEP. -stage: alpha #beta|stable +stage: beta -latest-milestone: "v1.32" +latest-milestone: "v1.33" # The milestone at which this feature was, or is targeted to be, at each stage. milestone: alpha: "v1.32" + beta: "v1.33" # The following PRR answers are required at alpha release # List the feature gate name and the components for which it must be enabled