-
Bug
-
Resolution: Done-Errata
-
Undefined
-
None
-
4.18
-
None
-
Important
-
None
-
Proposed
-
False
-
-
N/A
-
Release Note Not Required
-
Done
This is a clone of issue OCPBUGS-43873. The following is the description of the original issue:
—
Description of problem:
on Routes list page - 'Accepted' status sometimes shown as 'Pending' - 'unknown host' shown in Location column - Location column shows wrong route link
Version-Release number of selected component (if applicable):
4.18.0-0.nightly-2024-10-26-185236
How reproducible:
Always
Steps to Reproduce:
1. goes to Networking -> Routes list page with 'All Projects' selected 2. 3.
Actual results:
- route/console is shown Pending status while its real status is Accepted on Details page $ oc get route console -n openshift-console -o json | jq .status { "ingress": [ { "conditions": [ { "lastTransitionTime": "2024-10-28T00:30:07Z", "status": "True", "type": "Admitted" } ], "host": "console-openshift-console.apps.qe-uidaily-1028.qe.azure.devcluster.openshift.com", "routerCanonicalHostname": "router-default.apps.qe-uidaily-1028.qe.azure.devcluster.openshift.com", "routerName": "default", "wildcardPolicy": "None" } ] } - route/canary host is $ oc get route canary -n openshift-ingress-canary -o json | jq .status { "ingress": [ { "conditions": [ { "lastTransitionTime": "2024-10-28T00:31:04Z", "status": "True", "type": "Admitted" } ], "host": "canary-openshift-ingress-canary.apps.qe-uidaily-1028.qe.azure.devcluster.openshift.com", "routerCanonicalHostname": "router-default.apps.qe-uidaily-1028.qe.azure.devcluster.openshift.com", "routerName": "default", "wildcardPolicy": "None" } ] }
Expected results:
show consistent information on Route List and Details page
Additional info:
- clones
-
OCPBUGS-43873 Route list page issues
- Verified
- is blocked by
-
OCPBUGS-43873 Route list page issues
- Verified
- links to
-
RHBA-2024:10137 OpenShift Container Platform 4.17.z bug fix update