Skip to content

Commit 3a321d4

Browse files
committed
fix fux
1 parent 53950ab commit 3a321d4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

exp/controllers/azuremachinepoolmachine_controller.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,6 @@ func (ampmr *AzureMachinePoolMachineController) reconcileDelete(ctx context.Cont
332332
if !machineScope.AzureMachinePool.ObjectMeta.DeletionTimestamp.IsZero() {
333333
log.Info("Skipping VMSS VM deletion as VMSS delete will delete individual instances")
334334

335-
// FIXME(mw): check if VMSS VM is already deleted to avoid recreating AMPM
336335
controllerutil.RemoveFinalizer(machineScope.AzureMachinePoolMachine, infrav1exp.AzureMachinePoolMachineFinalizer)
337336
return reconcile.Result{}, nil
338337
}

0 commit comments

Comments
 (0)