Uploaded image for project: 'OpenShift Bugs'
  1. OpenShift Bugs
  2. OCPBUGS-44650

Route list page issues

XMLWordPrintable

    • Important
    • None
    • Proposed
    • False
    • Hide

      None

      Show
      None
    • 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:

          

              upalatuc@redhat.com Ugo Palatucci
              openshift-crt-jira-prow OpenShift Prow Bot
              Guohua Ouyang Guohua Ouyang
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

                Created:
                Updated:
                Resolved: