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/operator/sync: Track lastError in waitForDeploymentRollout
Because otherwise stuck deployments will result in the not-very-useful
"timed out waiting for the condition" errors like [1]:
Oct 17 18:41:52.205 E clusteroperator/machine-api changed Degraded to True: SyncingFailed: Failed when progressing towards operator: 4.3.0-0.ci-2019-10-17-173803 because timed out waiting for the condition
Also use %s instead of %q for formatting the deployment name, because
we control the names being monitored and they don't contain whitespace
or other potentially-confusing characters.
[1]: https://prow.svc.ci.openshift.org/view/gcs/origin-ci-test/logs/release-openshift-origin-installer-e2e-aws-upgrade/8809
0 commit comments