Skip to content

Commit f2784e2

Browse files
authored
Merge pull request kubernetes#3821 from pacoxu/repromote-quota-monitoring
[v1.29] ephemeral-storage-quotas: repromote to beta
2 parents c3294e2 + 555e819 commit f2784e2

File tree

2 files changed

+20
-6
lines changed

2 files changed

+20
-6
lines changed

keps/sig-node/1029-ephemeral-storage-quotas/README.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
- [Risks and Mitigations](#risks-and-mitigations)
3434
- [Graduation Criteria](#graduation-criteria)
3535
- [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)
3737
- [Phase 3: GA](#phase-3-ga)
3838
- [Performance Benchmarks](#performance-benchmarks)
3939
- [Elapsed Time](#elapsed-time)
@@ -50,6 +50,8 @@
5050
- [Version 1.15](#version-115)
5151
- [Version 1.24](#version-124)
5252
- [Version 1.25](#version-125)
53+
- [Version 1.27](#version-127)
54+
- [Version 1.29](#version-129)
5355
- [Drawbacks [optional]](#drawbacks-optional)
5456
- [Alternatives [optional]](#alternatives-optional)
5557
- [Alternative quota-based implementation](#alternative-quota-based-implementation)
@@ -677,7 +679,7 @@ The following criteria applies to
677679
- Unit test coverage
678680
- Node e2e test
679681

680-
### Phase 2: Beta
682+
### Phase 2: Beta (v1.29)
681683

682684
- User feedback
683685
- 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
941943

942944
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.
943945

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+
944958
## Drawbacks [optional]
945959

946960
* Use of quotas, particularly the less commonly used project quotas,

keps/sig-node/1029-ephemeral-storage-quotas/kep.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ approvers:
1414
- "@derekwaynecarr"
1515
editor: TBD
1616
creation-date: 2018-09-06
17-
last-updated: 2022-08-30
17+
last-updated: 2023-08-31
1818
status: implementable
19-
latest-milestone: "1.15"
20-
stage: "alpha"
19+
latest-milestone: "1.29"
20+
stage: "beta"
2121
milestone:
2222
alpha: "1.15"
23-
23+
beta: "1.29"

0 commit comments

Comments
 (0)