|
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)
|
|
50 | 50 | - [Version 1.15](#version-115)
|
51 | 51 | - [Version 1.24](#version-124)
|
52 | 52 | - [Version 1.25](#version-125)
|
| 53 | + - [Version 1.27](#version-127) |
| 54 | + - [Version 1.29](#version-129) |
53 | 55 | - [Drawbacks [optional]](#drawbacks-optional)
|
54 | 56 | - [Alternatives [optional]](#alternatives-optional)
|
55 | 57 | - [Alternative quota-based implementation](#alternative-quota-based-implementation)
|
@@ -677,7 +679,7 @@ The following criteria applies to
|
677 | 679 | - Unit test coverage
|
678 | 680 | - Node e2e test
|
679 | 681 |
|
680 |
| -### Phase 2: Beta |
| 682 | +### Phase 2: Beta (v1.29) |
681 | 683 |
|
682 | 684 | - User feedback
|
683 | 685 | - Benchmarks to determine latency and overhead of using quotas
|
@@ -941,6 +943,18 @@ If the metrics shows some problems, we can check the log and quota dir with belo
|
941 | 943 |
|
942 | 944 | ConfigMap rendering [issue](https://github.com/kubernetes/kubernetes/issues/112081) was found in the 1.25.0 release. When ConfigMaps get updated within the API, they do not get rendered to the resulting pod's filesystem by the Kubelet. The feature has been [reverted to alpha](https://github.com/kubernetes/kubernetes/pull/112078) in the 1.25.1 release.
|
943 | 945 |
|
| 946 | +### Version 1.27 |
| 947 | + |
| 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 | +- 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 | + |
| 951 | +### Version 1.29 |
| 952 | + |
| 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) |
| 957 | + |
944 | 958 | ## Drawbacks [optional]
|
945 | 959 |
|
946 | 960 | * Use of quotas, particularly the less commonly used project quotas,
|
|
0 commit comments