Skip to content

Commit 9f8c6ca

Browse files
committed
update ephemeral-storage-quotas status
Signed-off-by: Paco Xu <[email protected]>
1 parent c65b026 commit 9f8c6ca

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
- [Version 1.15](#version-115)
5151
- [Version 1.24](#version-124)
5252
- [Version 1.25](#version-125)
53+
- [Version 1.27](#version-127)
5354
- [Drawbacks [optional]](#drawbacks-optional)
5455
- [Alternatives [optional]](#alternatives-optional)
5556
- [Alternative quota-based implementation](#alternative-quota-based-implementation)
@@ -941,6 +942,11 @@ If the metrics shows some problems, we can check the log and quota dir with belo
941942

942943
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.
943944

945+
### Version 1.27
946+
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+
949+
944950
## Drawbacks [optional]
945951

946952
* 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-02-02
1818
status: implementable
19-
latest-milestone: "1.15"
20-
stage: "alpha"
19+
latest-milestone: "1.27"
20+
stage: "beta"
2121
milestone:
2222
alpha: "1.15"
23-
23+
beta: "1.27"

0 commit comments

Comments
 (0)