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.
1 parent 3fca0a6 commit b2bb3dfCopy full SHA for b2bb3df
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