Uploaded image for project: 'Serverless logic'
  1. Serverless logic
  2. SRVLOGIC-419

"kn workflow run" freezes when pulling registry.redhat.io images

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Blocker Blocker
    • 1.35.0
    • 1.34.0
    • Cloud:CLI
    • None
    • False
    • None
    • False
    • Critical

      Expected result: The project created with "kn workflow create" should successfully start using the "kn workflow run" command.

      Current result: The execution freezes during startup.

      Cause: For the downstream, the image registry.redhat.io/openshift-serverless-1/logic-swf-devmode-rhel8:1.34.0 is used. Since registry.redhat.io is a private registry, the image must be preloaded.

      In the upstream, the image apache/incubator-kie-sonataflow-devmode:main is used.

      The filter for checking the image in the local Docker registry:

      imageFilters.Add("reference", fmt.Sprintf("*/%s", imageNameWithoutRegistry[len(imageNameWithoutRegistry)-1]))
      

      This filter does not work for the image used in the downstream.

              dtikhomi@redhat.com Dmitrii Tikhomirov
              dtikhomi@redhat.com Dmitrii Tikhomirov
              Dominik Hanak Dominik Hanak
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated: