Skip to content

Commit 240430b

Browse files
committed
podresources: move the completion to 1.21
For capacity reasons, the implementation of the Watch extension proposed in this KEP has to be postponed to 1.21. We are still actively pursuing all the other simpler changes to be part of 1.20. This PR fixes the KEP to reflect that the implementation will be completed in 1.21 and not in 1.20. Signed-off-by: Francesco Romani <[email protected]>
1 parent 1b35274 commit 240430b

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)