Skip to content

Commit 24bfb5c

Browse files
committed
kep/5554: Initial KEP creation
1 parent 562dd75 commit 24bfb5c

File tree

6 files changed

+1228
-0
lines changed

6 files changed

+1228
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
kep-number: 5554
2+
alpha:
3+
approver: "XX"

keps/sig-node/5554-in-place-update-pod-resources-alongside-static-cpu-manager-policy/README.md

Lines changed: 1172 additions & 0 deletions
Large diffs are not rendered by default.
222 KB
Loading
Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
title: In-place Update Pod Resources alognside Static CPU Manager Policy
2+
kep-number: 5554
3+
authors:
4+
- "@esotsal"
5+
owning-sig: sig-node
6+
participating-sigs:
7+
- sig-node
8+
status:
9+
- provisional
10+
creation-date: 2025-09-21
11+
reviewers:
12+
- "@pravk03"
13+
- "@ffromani"
14+
- "@tallclair"
15+
- "@natasha41575"
16+
- "@dchen1107"
17+
- "@SergeyKanzhelev"
18+
- "@jeremyrickard"
19+
approvers:
20+
- "@dawnchen" # SIG Node approval
21+
- "@ffromani"
22+
- "@tallclair"
23+
24+
see-also:
25+
- "keps/sig-node/1287-in-place-update-pod-resources"
26+
- "keps/sig-node/3570-cpu-manager"
27+
replaces:
28+
29+
# The target maturity stage in the current dev cycle for this KEP.
30+
stage: alpha
31+
32+
# The most recent milestone for which work toward delivery of this KEP has been
33+
# done. This can be the current (upcoming) milestone, if it is being actively
34+
# worked on.
35+
latest-milestone: "v1.35"
36+
37+
# The milestone at which this feature was, or is targeted to be, at each stage.
38+
milestone:
39+
alpha: "v1.35"
40+
beta: "v1.36"
41+
stable: "v1.37"
42+
43+
# The following PRR answers are required at alpha release
44+
# List the feature gate name and the components for which it must be enabled
45+
feature-gates:
46+
- name: InPlacePodVerticalScalingExclusiveCPUs
47+
components:
48+
- kubelet
49+
disable-supported: true
50+
51+
# The following PRR answers are required at beta release
52+
metrics:
53+
- TBD
Loading
535 KB
Loading

0 commit comments

Comments
 (0)