Skip to content

Commit

Permalink
hello from my branch
Browse files Browse the repository at this point in the history
  • Loading branch information
BenHinthorne committed Jun 7, 2024
1 parent bf8049c commit 7bca237
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ func (o *ScaleUpOrchestrator) ScaleUp(
return scaleUpError(&status.ScaleUpStatus{}, errors.NewAutoscalerError(errors.InternalError, "ScaleUpOrchestrator is not initialized"))
}

klog.V(1).Info("hello from ben's autoscaling branch")
// From now on we only care about unschedulable pods that were marked after the newest
// node became available for the scheduler.
if len(unschedulablePods) == 0 {
Expand Down

0 comments on commit 7bca237

Please sign in to comment.