Skip to content

Commit 111cfd7

Browse files
authored
Merge pull request kubernetes#3485 from pacoxu/quotamonitoring-alpha
LocalStorageCapacityIsolationFSQuotaMonitoring revert to alpha for regression
2 parents 7bd8f1f + 3689275 commit 111cfd7

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

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

Lines changed: 5 additions & 3 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 (target 1.25)](#phase-2-beta-target-125)
36+
- [Phase 2: Beta](#phase-2-beta)
3737
- [Phase 3: GA](#phase-3-ga)
3838
- [Performance Benchmarks](#performance-benchmarks)
3939
- [Elapsed Time](#elapsed-time)
@@ -677,7 +677,7 @@ The following criteria applies to
677677
- Unit test coverage
678678
- Node e2e test
679679

680-
### Phase 2: Beta (target 1.25)
680+
### Phase 2: Beta
681681

682682
- User feedback
683683
- Benchmarks to determine latency and overhead of using quotas
@@ -937,7 +937,9 @@ If the metrics shows some problems, we can check the log and quota dir with belo
937937

938938
### Version 1.25
939939

940-
- Plan to promote `LocalStorageCapacityIsolationFSMonitoring` to Beta
940+
- Promote `LocalStorageCapacityIsolationFSMonitoring` to Beta, but there is a regression and we revert it to alpha.
941+
942+
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.
941943

942944
## Drawbacks [optional]
943945

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

Lines changed: 3 additions & 3 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-06-20
17+
last-updated: 2022-08-30
1818
status: implementable
19-
latest-milestone: "1.25"
19+
latest-milestone: "1.15"
2020
stage: "alpha"
2121
milestone:
2222
alpha: "1.15"
23-
beta: "1.25"
23+

0 commit comments

Comments
 (0)