Skip to content

Commit

Permalink
🏃 Remove for machineset concurrent delete calls
Browse files Browse the repository at this point in the history
Signed-off-by: Vince Prignano <[email protected]>
  • Loading branch information
vincepri committed Sep 26, 2019
1 parent 7fa35ca commit da6a1d7
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 da6a1d7

Please sign in to comment.