Run template e2e-aws-upgrade - e2e-aws-upgrade container setup Error: running task Updating Alertmanager failed: waiting for Alertmanager Route to become ready Full Log: https://prow.svc.ci.openshift.org/view/gcs/origin-ci-test/logs/release-openshift-origin-installer-e2e-aws-upgrade/4230
I'm not seeing any evidence to support the claim that ingress is malfunctioning in this case. The monitoring routes are admitted: https://storage.googleapis.com/origin-ci-test/logs/release-openshift-origin-installer-e2e-aws-upgrade/4230/artifacts/e2e-aws-upgrade/must-gather/namespaces/openshift-monitoring/route.openshift.io/routes.yaml The ingress operator is reporting available: https://storage.googleapis.com/origin-ci-test/logs/release-openshift-origin-installer-e2e-aws-upgrade/4230/artifacts/e2e-aws-upgrade/must-gather/namespaces/openshift-ingress-operator/operator.openshift.io/ingresscontrollers/default.yaml There are no errors in the ingress controller or router logs. The following error is cited in the build log/this Bugzilla: level=fatal msg="failed to initialize the cluster: Cluster operator monitoring is reporting a failure: Failed to rollout the stack. Error: running task Updating Alertmanager failed: waiting for Alertmanager Route to become ready failed: waiting for RouteReady of alertmanager-main: the server is currently unable to handle the request (get routes.route.openshift.io alertmanager-main)" It's not clear to me how that error can be interpreted as evidence of ingress failure. It looks to me like either the endpoint behind the route is returning an error (what is "the server"?), or the apiserver itself can't be reached (why is "get routes.route.openshift.io" present in the error?) Do you agree this is unlikely to be a routing issue?
Changing the needinfo to Sergiusz Urbaniak as he's the one that reassigned it to the ingress team.
The "routes.route.openshift.io" resource is provided by OpenShift API server. Can you check if the OpenShift API server is running?
*** Bug 1721528 has been marked as a duplicate of this bug. ***
Thomas, needinfo on you based on comment #6
Michal and Greg, I don't have any additional information. This bug was created while I was build cop and I provided the information that caused this build failure / bug to be created in the original bug description.