-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
4.17.z
-
Quality / Stability / Reliability
-
False
-
-
None
-
Important
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
Description of problem:
While installing lightspeed operator in disconnected enviornment, postgresql is not present which results in ImagePullBackOff error for lightspeed-operator-controller-manager pod.
Steps to Reproduce:
- Create a ImageSetConfig yaml file,
kind: ImageSetConfiguration apiVersion: mirror.openshift.io/v2alpha1 archiveSize: 50 mirror: operators: - catalog: registry.redhat.io/redhat/redhat-operator-index:v4.17 packages: - name: lightspeed-operator additionalImages: - name: registry.redhat.io/redhat/redhat-operator-index:v4.17
2. Run oc-mirror command,
oc-mirror --v2 -c imageset.yaml --authfile pullsecret_updated.yaml --cache-dir /home/ file:///home/ocp417
3. Check mapping.txt file
Actual results:
Image is not mirroring resulting pods in ImagePullBackOff error
Expected results:
Postgresql image should mirror with rest of the bundle