Skip to content

Commit

Permalink
Merge pull request #1453 from vincepri/remove-todo-ms
Browse files Browse the repository at this point in the history
🏃 Remove for machineset concurrent delete calls
  • Loading branch information
k8s-ci-robot authored Sep 26, 2019
2 parents ecdaa4e + da6a1d7 commit 90cbdd1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion controllers/machineset_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,6 @@ func (r *MachineSetReconciler) syncReplicas(ms *clusterv1.MachineSet, machines [
// Choose which Machines to delete.
machinesToDelete := getMachinesToDeletePrioritized(machines, diff, deletePriorityFunc)

// TODO: Add cap to limit concurrent delete calls.
errCh := make(chan error, diff)
var wg sync.WaitGroup
wg.Add(diff)
Expand Down

0 comments on commit 90cbdd1

Please sign in to comment.