Skip to content

Commit 555e819

Browse files
committed
ephemeral storage quotas monitoring update version to v1.29
1 parent 46319d4 commit 555e819

File tree

2 files changed

+11
-8
lines changed

2 files changed

+11
-8
lines changed

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

Lines changed: 8 additions & 5 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)
@@ -51,7 +51,7 @@
5151
- [Version 1.24](#version-124)
5252
- [Version 1.25](#version-125)
5353
- [Version 1.27](#version-127)
54-
- [Version 1.28](#version-128)
54+
- [Version 1.29](#version-129)
5555
- [Drawbacks [optional]](#drawbacks-optional)
5656
- [Alternatives [optional]](#alternatives-optional)
5757
- [Alternative quota-based implementation](#alternative-quota-based-implementation)
@@ -679,7 +679,7 @@ The following criteria applies to
679679
- Unit test coverage
680680
- Node e2e test
681681

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

684684
- User feedback
685685
- Benchmarks to determine latency and overhead of using quotas
@@ -948,9 +948,12 @@ ConfigMap rendering [issue](https://github.com/kubernetes/kubernetes/issues/1120
948948
- 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>.
949949
- 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>
950950

951-
### Version 1.28
951+
### Version 1.29
952952

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)
954957

955958
## Drawbacks [optional]
956959

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: 2023-04-04
17+
last-updated: 2023-08-31
1818
status: implementable
19-
latest-milestone: "1.28"
19+
latest-milestone: "1.29"
2020
stage: "beta"
2121
milestone:
2222
alpha: "1.15"
23-
beta: "1.28"
23+
beta: "1.29"

0 commit comments

Comments
 (0)