Skip to content

Commit d9fdee3

Browse files
committed
don’t log MachinePool reconciliation housekeeping
1 parent c77b528 commit d9fdee3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controllers/helpers.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -943,7 +943,7 @@ func MachinePoolToAzureManagedControlPlaneMapFunc(ctx context.Context, c client.
943943
// Return early if the GroupKind doesn't match what we expect.
944944
controlPlaneGK := ref.GroupVersionKind().GroupKind()
945945
if gk != controlPlaneGK {
946-
log.Info("gk does not match", "gk", gk, "controlPlaneGK", controlPlaneGK)
946+
// MachinePool does not correlate to a AzureManagedControlPlane, nothing to do
947947
return nil
948948
}
949949

0 commit comments

Comments
 (0)