|
33 | 33 | - [Risks and Mitigations](#risks-and-mitigations)
|
34 | 34 | - [Graduation Criteria](#graduation-criteria)
|
35 | 35 | - [Phase 1: Alpha (1.15)](#phase-1-alpha-115)
|
36 |
| - - [Phase 2: Beta](#phase-2-beta) |
| 36 | + - [Phase 2: Beta (v1.29)](#phase-2-beta-v129) |
37 | 37 | - [Phase 3: GA](#phase-3-ga)
|
38 | 38 | - [Performance Benchmarks](#performance-benchmarks)
|
39 | 39 | - [Elapsed Time](#elapsed-time)
|
|
51 | 51 | - [Version 1.24](#version-124)
|
52 | 52 | - [Version 1.25](#version-125)
|
53 | 53 | - [Version 1.27](#version-127)
|
54 |
| - - [Version 1.28](#version-128) |
| 54 | + - [Version 1.29](#version-129) |
55 | 55 | - [Drawbacks [optional]](#drawbacks-optional)
|
56 | 56 | - [Alternatives [optional]](#alternatives-optional)
|
57 | 57 | - [Alternative quota-based implementation](#alternative-quota-based-implementation)
|
@@ -679,7 +679,7 @@ The following criteria applies to
|
679 | 679 | - Unit test coverage
|
680 | 680 | - Node e2e test
|
681 | 681 |
|
682 |
| -### Phase 2: Beta |
| 682 | +### Phase 2: Beta (v1.29) |
683 | 683 |
|
684 | 684 | - User feedback
|
685 | 685 | - Benchmarks to determine latency and overhead of using quotas
|
@@ -948,9 +948,12 @@ ConfigMap rendering [issue](https://github.com/kubernetes/kubernetes/issues/1120
|
948 | 948 | - Fix the blocking issue that caused the revert to alpha: <https://github.com/kubernetes/kubernetes/pull/112624> and <https://github.com/kubernetes/kubernetes/pull/115314>.
|
949 | 949 | - Add test in sig-node test grid for this feature <https://testgrid.k8s.io/sig-node-kubelet#kubelet-gce-e2e-fsquota-ubuntu>: <https://github.com/kubernetes/test-infra/pull/28616>
|
950 | 950 |
|
951 |
| -### Version 1.28 |
| 951 | +### Version 1.29 |
952 | 952 |
|
953 |
| -- Promote `LocalStorageCapacityIsolationFSMonitoring` to Beta |
| 953 | +Promote `LocalStorageCapacityIsolationFSMonitoring` to Beta |
| 954 | + |
| 955 | +- [x] [E2E tests](#e2e-tests) |
| 956 | +- [x] add VolumeStatCalDuration metrics for fsquato monitoring benchmark [#107201](https://github.com/kubernetes/kubernetes/pull/107201) |
954 | 957 |
|
955 | 958 | ## Drawbacks [optional]
|
956 | 959 |
|
|
0 commit comments