You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pkg/payload/task: Handle MultipleErrors in SummaryForReason
The MultipleErrors reason landed in c2ac20f (status: Report the
operators that have not yet deployed, 2019-04-09, #158), but for some
reason was left out of SummaryForReason. I'm adding it in this commit
to get something more useful than:
$ oc adm upgrade
info: An upgrade is in progress. Unable to apply 4.8.0-0.ci-2021-05-26-172803: an unknown error has occurred: MultipleErrors
when the Failing=True message is:
Multiple errors are preventing progress:
* Cluster operator machine-api is updating versions
* Cluster operator openshift-apiserver is updating versions
I'm not entirely clear on why these didn't fallback to the "unknown
error" strings at the bottom of SummaryForReason, but they don't seem
to have done so.
0 commit comments