Skip to content

Commit 6ecdd22

Browse files
authored
Merge pull request kubernetes#86458 from jiahuif/bootstrap-cert-logging
add logging when kubelet is waiting for cert
2 parents 3fca0a6 + b2bb3df commit 6ecdd22

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/kubelet/certificate/bootstrap/bootstrap.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -352,6 +352,7 @@ func requestNodeCertificate(client certificatesv1beta1.CertificateSigningRequest
352352
ctx, cancel := context.WithTimeout(context.Background(), 3600*time.Second)
353353
defer cancel()
354354

355+
klog.V(2).Infof("Waiting for client certificate to be issued")
355356
return csr.WaitForCertificate(ctx, client, req)
356357
}
357358

0 commit comments

Comments
 (0)