File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed
keps/sig-node/3063-dynamic-resource-allocation Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -156,6 +156,14 @@ parameters" KEP](../4381-dra-structured-parameters/README.md) added an
156
156
extension. Now the roles are reversed: #4381 defines the base functionality
157
157
and this KEP is an optional extension.
158
158
159
+ In Kubernetes 1.32, this KEP has been ** withdrawn** and all code related to it
160
+ gets removed. #4381 continues. The main objections against this KEP that
161
+ led to this decision were:
162
+ - Lack of support for cluster autoscaling because a cluster autoscaler cannot
163
+ reason about resource availability when adding or removing nodes.
164
+ - Complex back-and-forth through the apiserver while scheduler and DRA
165
+ drivers negotiate how to allocate a ResourceClaim.
166
+
159
167
With #4381 , DRA drivers are limited by what the structured parameter model(s)
160
168
defined by Kubernetes support. New requirements for future hardware may depend
161
169
on changing Kubernetes first.
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ owning-sig: sig-node
6
6
participating-sigs :
7
7
- sig-scheduling
8
8
- sig-autoscaling
9
- status : implementable
9
+ status : withdrawn
10
10
creation-date : 2021-05-17
11
11
reviewers :
12
12
- " @ahg-g"
@@ -24,7 +24,7 @@ stage: alpha
24
24
# The most recent milestone for which work toward delivery of this KEP has been
25
25
# done. This can be the current (upcoming) milestone, if it is being actively
26
26
# worked on.
27
- latest-milestone : " v1.31 "
27
+ latest-milestone : " v1.32 "
28
28
29
29
# The milestone at which this feature was, or is targeted to be, at each stage.
30
30
milestone :
You can’t perform that action at this time.
0 commit comments