Skip to content

Commit bceee96

Browse files
authored
Merge pull request #823 from Deeps-1989/dedupe-reconciliation-tags
💎 dedupe tag reconciliation on machine pool
2 parents 6ad50d0 + e42e1ac commit bceee96

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

exp/controllers/azuremachinepool_controller.go

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -286,12 +286,6 @@ func (r *AzureMachinePoolReconciler) reconcileNormal(ctx context.Context, machin
286286
machinePoolScope.SetFailureMessage(errors.Errorf("Azure VMSS state %q is unexpected", vmss.State))
287287
}
288288

289-
// Ensure that the tags are correct.
290-
err = r.reconcileTags(ctx, machinePoolScope, clusterScope, ams.skuCache, machinePoolScope.AdditionalTags())
291-
if err != nil {
292-
return reconcile.Result{}, errors.Errorf("failed to ensure tags: %+v", err)
293-
}
294-
295289
return reconcile.Result{}, nil
296290
}
297291

0 commit comments

Comments
 (0)