We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3fca0a6 + b2bb3df commit 6ecdd22Copy full SHA for 6ecdd22
pkg/kubelet/certificate/bootstrap/bootstrap.go
@@ -352,6 +352,7 @@ func requestNodeCertificate(client certificatesv1beta1.CertificateSigningRequest
352
ctx, cancel := context.WithTimeout(context.Background(), 3600*time.Second)
353
defer cancel()
354
355
+ klog.V(2).Infof("Waiting for client certificate to be issued")
356
return csr.WaitForCertificate(ctx, client, req)
357
}
358
0 commit comments