36
36
- [ Single-NUMA Systems Tests] ( #single-numa-systems-tests )
37
37
- [ Multi-NUMA System Tests] ( #multi-numa-system-tests )
38
38
- [ Graduation Criteria] ( #graduation-criteria )
39
- - [ Phase 1: Alpha (target v1.20 )] ( #phase-1-alpha-target-v120 )
40
- - [ Phase 2: Beta (target v1.21 )] ( #phase-2-beta-target-v121 )
39
+ - [ Phase 1: Alpha (target v1.21 )] ( #phase-1-alpha-target-v121 )
40
+ - [ Phase 2: Beta (target v1.22 )] ( #phase-2-beta-target-v122 )
41
41
- [ GA (stable)] ( #ga-stable )
42
42
- [ Upgrade / Downgrade Strategy] ( #upgrade--downgrade-strategy )
43
43
- [ Version Skew Strategy] ( #version-skew-strategy )
64
64
65
65
Items marked with (R) are required * prior to targeting to a milestone / release* .
66
66
67
- - [ ] (R) Enhancement issue in release milestone, which links to KEP dir in [ kubernetes/enhancements] (not the initial KEP PR)
68
- - [ ] (R) KEP approvers have approved the KEP status as ` implementable `
69
- - [ ] (R) Design details are appropriately documented
70
- - [ ] (R) Test plan is in place, giving consideration to SIG Architecture and SIG Testing input
71
- - [ ] (R) Graduation criteria is in place
72
- - [ ] (R) Production readiness review completed
73
- - [ ] Production readiness review approved
74
- - [ ] "Implementation History" section is up-to-date for milestone
75
- - [ ] User-facing documentation has been created in [ kubernetes/website] , for publication to [ kubernetes.io]
76
- - [ ] Supporting documentation—e.g., additional design documents, links to mailing list discussions/SIG meetings, relevant PRs/issues, release notes
67
+ - [x ] (R) Enhancement issue in release milestone, which links to KEP dir in [ kubernetes/enhancements] (not the initial KEP PR)
68
+ - [x ] (R) KEP approvers have approved the KEP status as ` implementable `
69
+ - [x ] (R) Design details are appropriately documented
70
+ - [x ] (R) Test plan is in place, giving consideration to SIG Architecture and SIG Testing input
71
+ - [x ] (R) Graduation criteria is in place
72
+ - [x ] (R) Production readiness review completed
73
+ - [x ] Production readiness review approved
74
+ - [x ] "Implementation History" section is up-to-date for milestone
75
+ - [x ] User-facing documentation has been created in [ kubernetes/website] , for publication to [ kubernetes.io]
76
+ - [x ] Supporting documentation—e.g., additional design documents, links to mailing list discussions/SIG meetings, relevant PRs/issues, release notes
77
77
78
78
## Summary
79
79
@@ -418,7 +418,7 @@ Memory pinning will be validated for Topology Manager `single-numa-node` and `re
418
418
419
419
### Graduation Criteria
420
420
421
- #### Phase 1: Alpha (target v1.20 )
421
+ #### Phase 1: Alpha (target v1.21 )
422
422
- Feature gate is disabled by default.
423
423
- Memory Manager supports multi-NUMA guaranteed memory allocation for pods in Guaranteed/QoS class.
424
424
- Unit test coverage.
@@ -427,7 +427,7 @@ Memory pinning will be validated for Topology Manager `single-numa-node` and `re
427
427
- All flags are supported, i.e.: ` --memory-manager-policy ` , ` --reserved-memory ` .
428
428
- Add E2E tests.
429
429
430
- #### Phase 2: Beta (target v1.21 )
430
+ #### Phase 2: Beta (target v1.22 )
431
431
- Extend E2E test coverage.
432
432
- Feature gate is enabled by default.
433
433
- Provide beta-level documentation.
@@ -686,7 +686,8 @@ _This section must be completed when targeting beta graduation to a release._
686
686
687
687
## Implementation History
688
688
689
- Memory Manager has been developed under the branch ` feature-memory-manager ` in https://github.com/mgjeong/kubernetes/ .
689
+ Memory Manager has been developed within this PR:
690
+ https://github.com/kubernetes/kubernetes/pull/95479
690
691
691
692
## Drawbacks
692
693
0 commit comments