-
Bug
-
Resolution: Can't Do
-
Normal
-
None
-
4.14
-
Moderate
-
None
-
False
-
-
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