Skip to content

Commit b2bb3df

Browse files
committed
add logging before kubelet waiting for cert
during bootstrapping.
1 parent 3fca0a6 commit b2bb3df

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)