File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed
keps/sig-node/4381-dra-structured-parameters Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -2763,6 +2763,17 @@ Test links:
2763
2763
appropriate and useful).
2764
2764
- Allowing time for feedback
2765
2765
- 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
+
2766
2777
2767
2778
[ conformance tests ] : https://git.k8s.io/community/contributors/devel/sig-architecture/conformance-tests.md
2768
2779
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ stage: beta
25
25
# The most recent milestone for which work toward delivery of this KEP has been
26
26
# done. This can be the current (upcoming) milestone, if it is being actively
27
27
# worked on.
28
- latest-milestone : " v1.32 "
28
+ latest-milestone : " v1.33 "
29
29
30
30
# The milestone at which this feature was, or is targeted to be, at each stage.
31
31
milestone :
You can’t perform that action at this time.
0 commit comments