Skip to content

Commit f60f0d9

Browse files
authored
Merge pull request kubernetes#2125 from fromanirh/podresources-fix-timeline
podresources: move the completion to 1.21
2 parents 8f0fdce + 240430b commit f60f0d9

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

keps/sig-node/2043-pod-resource-concrete-assigments/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -349,6 +349,7 @@ Feature only collects data when requests comes in, data is then garbage collecte
349349
- 2020-07-06: Add Topology and cpus into PodResources interface
350350
- 2020-09-02: Add the GetAllocatableResources endpoint
351351
- 2020-10-01: KEP extended with Watch API
352+
- 2020-11-02: Agreement in sig-node to implement Watch API in the 1.21 cycle
352353

353354
## Alternatives
354355

keps/sig-node/2043-pod-resource-concrete-assigments/kep.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ stage: stable
2727
# The most recent milestone for which work toward delivery of this KEP has been
2828
# done. This can be the current (upcoming) milestone, if it is being actively
2929
# worked on.
30-
latest-milestone: "v1.20"
30+
latest-milestone: "v1.21"
3131

3232
# The milestone at which this feature was, or is targeted to be, at each stage.
3333
milestone:
3434
alpha: "v1.13"
3535
beta: "v1.15"
36-
stable: "v1.20"
36+
stable: "v1.21"
3737

3838
# The following PRR answers are required at alpha release
3939
# List the feature gate name and the components for which it must be enabled

0 commit comments

Comments
 (0)