Skip to content

Commit c27e40d

Browse files
authored
Merge pull request #7219 from x13n/scaledown
Remove legacy scale down code
2 parents 05c688d + 66e7912 commit c27e40d

File tree

13 files changed

+108
-2242
lines changed

13 files changed

+108
-2242
lines changed

cluster-autoscaler/config/autoscaling_options.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -284,8 +284,6 @@ type AutoscalingOptions struct {
284284
MinReplicaCount int
285285
// NodeDeleteDelayAfterTaint is the duration to wait before deleting a node after tainting it
286286
NodeDeleteDelayAfterTaint time.Duration
287-
// ParallelDrain is whether CA can drain nodes in parallel.
288-
ParallelDrain bool
289287
// NodeGroupSetRatio is a collection of ratios used by CA used to make scaling decisions.
290288
NodeGroupSetRatios NodeGroupDifferenceRatios
291289
// dynamicNodeDeleteDelayAfterTaintEnabled is used to enable/disable dynamic adjustment of NodeDeleteDelayAfterTaint

cluster-autoscaler/core/scaledown/legacy/legacy.go

Lines changed: 0 additions & 424 deletions
This file was deleted.

0 commit comments

Comments
 (0)