Skip to content

Commit cbba3d9

Browse files
authored
Merge pull request #3234 from jackfrancis/mp-amcp-correlation-unnecessary-log
don’t log MachinePool reconciliation housekeeping
2 parents 832f8fe + d9fdee3 commit cbba3d9

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)