Uploaded image for project: 'Red Hat OpenShift AI Engineering'
  1. Red Hat OpenShift AI Engineering
  2. RHOAIENG-6448

Cannot run v1 pipeline in 2.9 a disconnected env due to reference to ubi-micro:8.8

XMLWordPrintable

    • Testable

      RHOAI 2.9 introduces DSPAv2 but still delivers images for DSPAv1. After executing the pipeline 'flipcoin' (see the attachement), we are getting the following error

      $ oc get pod -n apodhrad-v1
      NAME                                                              READY   STATUS         RESTARTS   AGE
      conditional-execution-pipeline-20ee7-flip-coin-pod                2/3     ErrImagePull   0          2m47s
      

      Describing that pod gives us

        Normal   Created         2m34s                kubelet            Created container step-main
        Normal   Started         2m34s                kubelet            Started container step-main
        Normal   Pulling         94s                  kubelet            Pulling image "registry.redhat.io/rhoai/odh-ml-pipelines-artifact-manager-rhel8@sha256:1ca90cabc5919f6484f473221b068ec4e4f02691b75013ef75f1640155071687"
        Warning  Failed          94s                  kubelet            Failed to pull image "registry.access.redhat.com/ubi8/ubi-micro:8.8": rpc error: code = DeadlineExceeded desc = pinging container registry registry.access.redhat.com: Get "https://registry.access.redhat.com/v2/": dial tcp 23.216.132.10:443: i/o timeout
        Normal   Created         75s                  kubelet            Created container step-copy-artifacts
        Normal   Pulled          75s                  kubelet            Successfully pulled image "registry.redhat.io/rhoai/odh-ml-pipelines-artifact-manager-rhel8@sha256:1ca90cabc5919f6484f473221b068ec4e4f02691b75013ef75f1640155071687" in 19.118s (19.118s including waiting)
        Normal   Started         75s                  kubelet            Started container step-copy-artifacts
        Normal   Pulling         74s (x2 over 2m34s)  kubelet            Pulling image "registry.access.redhat.com/ubi8/ubi-micro:8.8"
        Warning  Failed          14s (x2 over 94s)    kubelet            Error: ErrImagePull
        Warning  Failed          14s                  kubelet            Failed to pull image "registry.access.redhat.com/ubi8/ubi-micro:8.8": rpc error: code = DeadlineExceeded desc = pinging container registry registry.access.redhat.com: Get "https://registry.access.redhat.com/v2/": dial tcp 23.216.132.21:443: i/o timeout
        Normal   BackOff         2s (x2 over 14s)     kubelet            Back-off pulling image "registry.access.redhat.com/ubi8/ubi-micro:8.8"
        Warning  Failed          2s (x2 over 14s)     kubelet            Error: ImagePullBackOff
      

      The problem is the reference to registry.access.redhat.com/ubi8/ubi-micro:8.8

            humairkhan Humair Khan
            apodhrad@redhat.com Andrej Podhradsky
            Andrej Podhradsky Andrej Podhradsky
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: