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

noderesourcetopology-scheduler image is missing from operator's mirroring

XMLWordPrintable

    • Moderate
    • None
    • False
    • Hide

      None

      Show
      None

      Description of problem:

      mirroring numaresources-operator, "noderesourcetopology-scheduler" image is missing from the bundle.

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

      v4.14 
      

      Steps to reproduce:

      • create ImageSetConfiguration
      apiVersion: mirror.openshift.io/v1alpha2
      kind: ImageSetConfiguration
      storageConfig:
        local:
          path: /my_storage/operators
      mirror:
        operators:
        - catalog: registry.redhat.io/redhat/redhat-operator-index:v4.14
          packages:
          - name: numaresources-operator
            channels:
            - name: '4.14'
      
      
      • run oc mirror
        oc mirror --config=./customer-config.yaml docker://node-0.example.com:8443 
        

      How reproducible:

      • always reproducible

       

      Actual results:

          noderesourcetopology-scheduler-rhel9 image is missing from the mirror, only numaresources-operator-bundle and numaresources-rhel9-operator are getting properly pulled/mirrored

      Expected results:

      all the 3 bundle's required images being mirrored

      Additional info:

      currently we can workaround this behavior by using additionalImages [0] in the ImageSetConfiguration
      
      [0]
      apiVersion: mirror.openshift.io/v1alpha2
      kind: ImageSetConfiguration
      storageConfig:
        local:
          path: /my_storage/operators
       mirror:
        operators:
        - catalog: registry.redhat.io/redhat/redhat-operator-index:v4.14
          packages:
          - name: numaresources-operator
            channels:
            - name: '4.14'
              minVersion: 4.14.2
              maxVersion: 4.14.2
        additionalImages:
        - name: registry.redhat.io/openshift4/noderesourcetopology-scheduler-rhel9:v4.14
      

              fromani@redhat.com Francesco Romani
              rh-ee-fpiccion Flavio Piccioni
              Mallapadi Niranjan Mallapadi Niranjan
              Votes:
              0 Vote for this issue
              Watchers:
              6 Start watching this issue

                Created:
                Updated:
                Resolved: