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

e2e test failure: [sig-auth][Feature:OAuthServer] well-known endpoint should be reachable [apigroup:route.openshift.io] [apigroup:oauth.openshift.io] [Suite:openshift/conformance/parallel]

XMLWordPrintable

    • Critical
    • No
    • Rejected
    • False
    • Hide

      None

      Show
      None

      e2e test failing due to no secrets for default sa on cluster deployed using Agent Based installer

      [sig-auth][Feature:OAuthServer] well-known endpoint should be reachable [apigroup:route.openshift.io] [apigroup:oauth.openshift.io] [Suite:openshift/conformance/parallel]
      

      must-gather log file

      output.log file

      The test fails due to timeout because the "default "service account does not contain a secret. 

      INFO: Waiting for service account "default" secrets () to include dockercfg
      

      This is only seen on ABI clusters where as in a regular OCP cluster, the "default" service account contains the secret as indicated by "1" in the SECRETS field below.

      Observed output on ABI cluster
      
      # oc get sa default
      NAME      SECRETS   AGE
      default   0         22h
      
      On normal install cluster it shows
      
      # oc get sa default
      NAME       SECRETS   AGE
      default    1         45d
       

      Version-Release number of selected component (if applicable):

      4.15.0-rc.2

      How reproducible:

      This e2e failure is consistently reproduceable.

      Steps to Reproduce:

      1.Start E2E test on cluster deployed using Agent Based Install  
      2.monitor e2e   

      Actual results:

      e2e is getting failed

      Expected results:

      e2e should pass

      Additional info:

            afasano@redhat.com Andrea Fasano
            ashikerk Amey Shikerkar (Inactive)
            Doug Slavens Doug Slavens
            Votes:
            0 Vote for this issue
            Watchers:
            8 Start watching this issue

              Created:
              Updated: