diff --git a/pkg/kubelet/certificate/bootstrap/bootstrap.go b/pkg/kubelet/certificate/bootstrap/bootstrap.go index 7bdc42b3cbe..661445d2621 100644 --- a/pkg/kubelet/certificate/bootstrap/bootstrap.go +++ b/pkg/kubelet/certificate/bootstrap/bootstrap.go @@ -352,6 +352,7 @@ func requestNodeCertificate(client certificatesv1beta1.CertificateSigningRequest ctx, cancel := context.WithTimeout(context.Background(), 3600*time.Second) defer cancel() + klog.V(2).Infof("Waiting for client certificate to be issued") return csr.WaitForCertificate(ctx, client, req) }