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

Ruby route can not be accessed successfully

    • Quality / Stability / Reliability
    • False
    • Hide

      None

      Show
      None
    • 1
    • Moderate
    • None
    • None
    • None
    • Rejected
    • ODC Sprint 3266, ODC Sprint 3267
    • 2
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      Description of problem:

      On OCP 4.18 cluster, after create ruby application, failed to access ruby route url. 
          

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

      4.18.0-0.nightly-2024-11-20-085127
          

      How reproducible:

      Always
          

      Steps to Reproduce:

          1.On ocp console, create ruby application with sample git repo url, keep default configuration(with route created). Exampe page url: <server>/catalog/source-to-image?imagestream=ruby&imagestream-ns=openshift&preselected-ns=prozyp1
          2.Access ruby route url
          3.
          

      Actual results:

      1. All ruby resources are created.
      $ oc get all -n prozyp1
      Warning: apps.openshift.io/v1 DeploymentConfig is deprecated in v4.14+, unavailable in v4.10000+
      NAME                               READY   STATUS      RESTARTS   AGE
      pod/ruby-ex-git-1-build            0/1     Completed   0          96s
      pod/ruby-ex-git-668c8c466c-sfhg6   1/1     Running     0          95s
      
      NAME                  TYPE        CLUSTER-IP       EXTERNAL-IP   PORT(S)    AGE
      service/ruby-ex-git   ClusterIP   172.30.241.211   <none>        8080/TCP   96s
      
      NAME                          READY   UP-TO-DATE   AVAILABLE   AGE
      deployment.apps/ruby-ex-git   1/1     1            1           96s
      
      NAME                                     DESIRED   CURRENT   READY   AGE
      replicaset.apps/ruby-ex-git-668c8c466c   1         1         1       96s
      
      NAME                                         TYPE     FROM   LATEST
      buildconfig.build.openshift.io/ruby-ex-git   Source   Git    1
      
      NAME                                     TYPE     FROM          STATUS     STARTED              DURATION
      build.build.openshift.io/ruby-ex-git-1   Source   Git@01effef   Complete   About a minute ago   45s
      
      NAME                                         IMAGE REPOSITORY                                                       TAGS     UPDATED
      imagestream.image.openshift.io/ruby-ex-git   image-registry.openshift-image-registry.svc:5000/prozyp1/ruby-ex-git   latest   56 seconds ago
      
      NAME                                   HOST/PORT                                                        PATH   SERVICES      PORT       TERMINATION     WILDCARD
      route.route.openshift.io/ruby-ex-git   ruby-ex-git-prozyp1.apps.yanpzh418.qe.devcluster.openshift.com          ruby-ex-git   8080-tcp   edge/Redirect   None
      2. Access ruby route from console or curl.
      It shows: 
      504 Gateway Time-out
      The server didn't respond in time.
          

      Expected results:

      2. Ruby route url should be accessed successfully.
          

      Additional info:

      
          

              jakumar jaivardhan Kumar
              rhn-support-yanpzhan Yanping Zhang
              None
              None
              Sanket Pathak Sanket Pathak
              None
              Votes:
              0 Vote for this issue
              Watchers:
              11 Start watching this issue

                Created:
                Updated:
                Resolved: