Skip to content

Commit fa51189

Browse files
authored
Merge pull request #5160 from lauralorenz/dra-structured-parameters-133-updates-ga-criteria
KEP-4381: Update GA graduation criteria
2 parents d4226c4 + 29dbede commit fa51189

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

keps/sig-node/4381-dra-structured-parameters/README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2763,6 +2763,17 @@ Test links:
27632763
appropriate and useful).
27642764
- Allowing time for feedback
27652765
- Scalability and performance analysis done and published
2766+
- Define kubelet restart, node bootstrap/restart, driver runtime, and
2767+
upgrade/downgrade failure modes
2768+
- Implement kubelet, [DRA kubeletplugin
2769+
framework](https://github.com/kubernetes/kubernetes/tree/master/staging/src/k8s.io/dynamic-resource-allocation/kubeletplugin),
2770+
or [example driver](https://github.com/kubernetes-sigs/dra-example-driver)
2771+
changes based on above analysis
2772+
- Address existing in-flight work and bugs ex.
2773+
[PR#129799](https://github.com/kubernetes/kubernetes/pull/129799),
2774+
[kubernetes#128964](https://github.com/kubernetes/kubernetes/issues/128964),
2775+
[kubernetes#129402](https://github.com/kubernetes/kubernetes/issues/129402).
2776+
27662777

27672778
[conformance tests]: https://git.k8s.io/community/contributors/devel/sig-architecture/conformance-tests.md
27682779

keps/sig-node/4381-dra-structured-parameters/kep.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ stage: beta
2525
# The most recent milestone for which work toward delivery of this KEP has been
2626
# done. This can be the current (upcoming) milestone, if it is being actively
2727
# worked on.
28-
latest-milestone: "v1.32"
28+
latest-milestone: "v1.33"
2929

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

0 commit comments

Comments
 (0)