зеркало из https://github.com/Azure/ARO-RP.git
Add verbosity to tls createCertificate
Unwraps the error and return cloudError to provide customer more info. Add log to show trace of timeouts when it happens.
This commit is contained in:
Родитель
c60dc9cb32
Коммит
8aa2a2a0bd
|
@ -60,6 +60,7 @@ func (m *manager) createCertificates(ctx context.Context) error {
|
|||
m.log.Printf("waiting for certificate %s", c.certificateName)
|
||||
err = m.env.ClusterKeyvault().WaitForCertificateOperation(ctx, c.certificateName)
|
||||
if err != nil {
|
||||
m.log.Errorf("error when waiting for certificate %s: %s", c.certificateName, err.Error())
|
||||
return err
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче