Skip to content

Commit 46319d4

Browse files
committed
promote quota-monitoring to beta in v1.28
Signed-off-by: Paco Xu <[email protected]>
1 parent 9f8c6ca commit 46319d4

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +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)
5455
- [Drawbacks [optional]](#drawbacks-optional)
5556
- [Alternatives [optional]](#alternatives-optional)
5657
- [Alternative quota-based implementation](#alternative-quota-based-implementation)
@@ -944,8 +945,12 @@ ConfigMap rendering [issue](https://github.com/kubernetes/kubernetes/issues/1120
944945

945946
### Version 1.27
946947

947-
- Fix the blocking issue that caused the revert to alpha: [fsquota: only generate pod uuid is nil #112624](https://github.com/kubernetes/kubernetes/pull/112624)
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>
948950

951+
### Version 1.28
952+
953+
- Promote `LocalStorageCapacityIsolationFSMonitoring` to Beta
949954

950955
## Drawbacks [optional]
951956

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

0 commit comments

Comments
 (0)