Skip to content

Commit

Permalink
Merge pull request #2701 from vincepri/add-log
Browse files Browse the repository at this point in the history
🏃 Add log line when reconciling KubeadmControlPlane
  • Loading branch information
k8s-ci-robot authored Mar 18, 2020
2 parents 7157b85 + 276416a commit 5822d7b
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 5822d7b

Please sign in to comment.