зеркало из https://github.com/Azure/ARO-RP.git
Log the latest error on timeout
This commit is contained in:
Родитель
5bc690af0e
Коммит
a72c7d5986
|
@ -742,7 +742,7 @@ func (i *Installer) installResources(ctx context.Context, doc *api.OpenShiftClus
|
|||
}
|
||||
|
||||
if time.Now().Sub(now) > 30*time.Minute {
|
||||
return fmt.Errorf("timed out waiting for bootstrap configmap")
|
||||
return fmt.Errorf("timed out waiting for bootstrap configmap. Last error: %v", err)
|
||||
}
|
||||
|
||||
<-t.C
|
||||
|
|
Загрузка…
Ссылка в новой задаче