Skip to content

Commit

Permalink
🏃 Add log line when reconciling KubeadmControlPlane
Browse files Browse the repository at this point in the history
Signed-off-by: Vince Prignano <[email protected]>
  • Loading branch information
vincepri committed Mar 18, 2020
1 parent 52269c5 commit 276416a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ func (r *KubeadmControlPlaneReconciler) SetupWithManager(mgr ctrl.Manager, optio

func (r *KubeadmControlPlaneReconciler) Reconcile(req ctrl.Request) (res ctrl.Result, reterr error) {
logger := r.Log.WithValues("namespace", req.Namespace, "kubeadmControlPlane", req.Name)
logger.Info("Reconcile KubeadmControlPlane")
ctx := context.Background()

// Fetch the KubeadmControlPlane instance.
Expand Down

0 comments on commit 276416a

Please sign in to comment.