File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
keps/sig-node/4680-add-resource-health-to-pod-status Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -543,7 +543,7 @@ Not applicable.
543543
544544## Implementation History
545545
546- - ` v1.31 ` : KEP is in alpha
546+ - ` v1.31 ` : KEP is in alpha and imlpemented for Device Plugin
547547
548548## Drawbacks
549549
Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ title: Add Resource Health Status to the Pod Status for Device Plugin and DRA
22kep-number : 4680
33authors :
44 - " @SergeyKanzhelev"
5+ - " @Jpsassine"
56owning-sig : sig-node
67participating-sigs :
78 - sig-node
@@ -28,13 +29,13 @@ stage: alpha #|beta|stable
2829# The most recent milestone for which work toward delivery of this KEP has been
2930# done. This can be the current (upcoming) milestone, if it is being actively
3031# worked on.
31- latest-milestone : " v1.33 "
32+ latest-milestone : " v1.34 "
3233
3334# The milestone at which this feature was, or is targeted to be, at each stage.
3435milestone :
3536 alpha : " v1.31" # 1.32 will contain an alpha2 with more features
36- beta : " v1.34 "
37- stable : " v1.36 "
37+ beta : " v1.35 "
38+ stable : " v1.37 "
3839
3940# The following PRR answers are required at alpha release
4041# 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