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.
543
543
544
544
## Implementation History
545
545
546
- - ` v1.31 ` : KEP is in alpha
546
+ - ` v1.31 ` : KEP is in alpha and imlpemented for Device Plugin
547
547
548
548
## Drawbacks
549
549
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
2
2
kep-number : 4680
3
3
authors :
4
4
- " @SergeyKanzhelev"
5
+ - " @Jpsassine"
5
6
owning-sig : sig-node
6
7
participating-sigs :
7
8
- sig-node
@@ -28,13 +29,13 @@ stage: alpha #|beta|stable
28
29
# The most recent milestone for which work toward delivery of this KEP has been
29
30
# done. This can be the current (upcoming) milestone, if it is being actively
30
31
# worked on.
31
- latest-milestone : " v1.33 "
32
+ latest-milestone : " v1.34 "
32
33
33
34
# The milestone at which this feature was, or is targeted to be, at each stage.
34
35
milestone :
35
36
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 "
38
39
39
40
# The following PRR answers are required at alpha release
40
41
# 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