mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 11:50:44 +00:00
Merge pull request #86458 from jiahuif/bootstrap-cert-logging
add logging when kubelet is waiting for cert
This commit is contained in:
commit
6ecdd22978
@ -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)
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user