Skip to content

Commit

Permalink
fix formatting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
edibble21 committed Dec 6, 2024
1 parent a6affe3 commit 7f5de0c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/controllers/disruption/singlenodeconsolidation.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ func (s *SingleNodeConsolidation) ComputeCommand(ctx context.Context, disruption
// Set a timeout
timeout := s.clock.Now().Add(SingleNodeConsolidationTimeoutDuration)
constrainedByBudgets := false

// binary search to find the maximum number of NodeClaims we can terminate
for i, candidate := range candidates {
// If the disruption budget doesn't allow this candidate to be disrupted,
Expand Down

0 comments on commit 7f5de0c

Please sign in to comment.