diff --git a/controlplane/kubeadm/controllers/kubeadm_control_plane_controller.go b/controlplane/kubeadm/controllers/kubeadm_control_plane_controller.go index ea440b23c4d4..a3745818b3e3 100644 --- a/controlplane/kubeadm/controllers/kubeadm_control_plane_controller.go +++ b/controlplane/kubeadm/controllers/kubeadm_control_plane_controller.go @@ -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.