File tree Expand file tree Collapse file tree 3 files changed +10
-4
lines changed
sig-node/3063-dynamic-resource-allocation Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 4
4
kep-number : 3063
5
5
alpha :
6
6
approver : " @johnbelamaric"
7
- beta :
8
- approver : " @johnbelamaric"
Original file line number Diff line number Diff line change @@ -1974,6 +1974,16 @@ progress.
1974
1974
1975
1975
### Cluster Autoscaler
1976
1976
1977
+ -<<[ UNRESOLVED pohly] >>
1978
+ The entire autoscaler section is tentative. Key opens:
1979
+ - Are DRA driver authors able and willing to provide implementations of
1980
+ the simulation interface if needed for their driver?
1981
+ - Is the simulation interface generic enough to work across a variety
1982
+ of autoscaler forks and/or implementations? What about Karpenter?
1983
+ - Is the suggested deployment approach (rebuild binary) workable?
1984
+ - Can we really not do something else, ideally RPC-based?
1985
+ -<<[ /UNRESOLVED] >>
1986
+
1977
1987
When [ Cluster
1978
1988
Autoscaler] ( https://github.com/kubernetes/autoscaler/tree/master/cluster-autoscaler#cluster-autoscaler )
1979
1989
encounters a pod that uses a resource claim for node-local resources, the autoscaler needs assistance by
Original file line number Diff line number Diff line change @@ -29,8 +29,6 @@ latest-milestone: "v1.29"
29
29
# The milestone at which this feature was, or is targeted to be, at each stage.
30
30
milestone :
31
31
alpha : " v1.26"
32
- beta : " v1.29"
33
- stable : " v1.31"
34
32
35
33
feature-gates :
36
34
- name : DynamicResourceAllocation
You can’t perform that action at this time.
0 commit comments