Skip to content

Commit 37fa4b5

Browse files
committed
kep/5554: Initial KEP creation
1 parent 6971f16 commit 37fa4b5

File tree

6 files changed

+1255
-0
lines changed

6 files changed

+1255
-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: "TBD"

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

Lines changed: 1199 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: provisional
9+
creation-date: 2025-09-21
10+
reviewers:
11+
- "@pravk03"
12+
- "@ffromani"
13+
- "@tallclair"
14+
- "@natasha41575"
15+
- "@dchen1107"
16+
- "@SergeyKanzhelev"
17+
- "@jeremyrickard"
18+
approvers:
19+
- "@dawnchen" # SIG Node approval
20+
- "@ffromani"
21+
- "@tallclair"
22+
23+
see-also:
24+
- "keps/sig-node/1287-in-place-update-pod-resources"
25+
- "keps/sig-node/3570-cpu-manager"
26+
- "keps/sig-node/5328-node-declared-features"
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
149 KB
Loading
535 KB
Loading

0 commit comments

Comments
 (0)