Skip to content

Commit

Permalink
Pass logger to machine pool scope to get verbosity right
Browse files Browse the repository at this point in the history
  • Loading branch information
AndiDog committed Nov 6, 2023
1 parent c654209 commit 2a5edf0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions exp/controllers/awsmachinepool_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ func (r *AWSMachinePoolReconciler) Reconcile(ctx context.Context, req ctrl.Reque
// Create the machine pool scope
machinePoolScope, err := scope.NewMachinePoolScope(scope.MachinePoolScopeParams{
Client: r.Client,
Logger: log,
Cluster: cluster,
MachinePool: machinePool,
InfraCluster: infraCluster,
Expand Down

0 comments on commit 2a5edf0

Please sign in to comment.