Skip to content

Commit dace705

Browse files
committed
Graduate DownwardAPIHugePages feature to stable
We now graduate the DownwardAPIHugePages feature to stable. Signed-off-by: Sascha Grunert <[email protected]>
1 parent 475b18a commit dace705

File tree

3 files changed

+15
-5
lines changed

3 files changed

+15
-5
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
kep-number: 2053
22
beta:
33
approver: "@johnbelamaric"
4+
stable:
5+
approver: "@johnbelamaric"

keps/sig-node/2053-downward-api-hugepages/README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,11 @@ No
239239
resource usage (CPU, RAM, disk, IO, ...) in any components?**
240240
No
241241

242+
* **Can enabling / using this feature result in resource exhaustion of some node
243+
resources (PIDs, sockets, inodes, etc.)?**
244+
245+
No
246+
242247
### Troubleshooting
243248

244249
* **How does this feature react if the API server and/or etcd is unavailable?**
@@ -252,7 +257,9 @@ Not applicable
252257

253258
## Implementation History
254259

255-
v1.20: Launch `Alpha` state
260+
- v1.27: Updated KEP to stable
261+
- v1.21: Updated KEP to beta
262+
- v1.20: Launch `Alpha` state
256263

257264
## Drawbacks
258265

@@ -264,4 +271,4 @@ None.
264271

265272
## Infrastructure Needed (Optional)
266273

267-
None.
274+
None.

keps/sig-node/2053-downward-api-hugepages/kep.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ title: Downward API HugePages
22
kep-number: 2053
33
authors:
44
- "@derekwaynecarr"
5+
- "@saschagrunert"
56
owning-sig: sig-node
67
participating-sigs: []
78
status: implementable
@@ -18,18 +19,18 @@ see-also:
1819
replaces: []
1920

2021
# The target maturity stage in the current dev cycle for this KEP.
21-
stage: beta
22+
stage: stable
2223

2324
# The most recent milestone for which work toward delivery of this KEP has been
2425
# done. This can be the current (upcoming) milestone, if it is being actively
2526
# worked on.
26-
latest-milestone: "v1.21"
27+
latest-milestone: "v1.27"
2728

2829
# The milestone at which this feature was, or is targeted to be, at each stage.
2930
milestone:
3031
alpha: "v1.20"
3132
beta: "v1.21"
32-
stable: "v1.22"
33+
stable: "v1.27"
3334

3435
# The following PRR answers are required at alpha release
3536
# List the feature gate name and the components for which it must be enabled

0 commit comments

Comments
 (0)