-
Bug
-
Resolution: Done-Errata
-
Normal
-
None
-
4.13.z
-
None
-
No
-
False
-
-
N/A
-
Release Note Not Required
Description of problem:
up to https://docs.openshift.com/container-platform/4.13/support/gathering-cluster-data.html#gathering-data-specific-features_gathering-cluster-data the image "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel8" should get used to gather data for support cases. As this image is not a related image in the operators spec, this image will not get automatically pulled/mirrored. I case of a disconnected cluster this leads the related must-gather image likely not being available. As this get mostly not discovered during usual usage, but in case of a crisis, this needs to get avoided
Version-Release number of selected component (if applicable):
all, AFAIK
How reproducible:
always on any disconnected cluster or by checking the redhat-operator-index
Steps to Reproduce:
1. opm render registry.redhat.io/redhat/redhat-operator-index:v4.13 > redhat-operator-index-v4.13.json 2. operatorNames=$(jq 'select(.schema == "olm.bundle") | select ( .relatedImages[].image | contains ("registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel8")) | .name' redhat-operator-index-v4.13.json )
Actual results:
no operator has "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel8" as related image
Expected results:
"local-storage-operator.v4.*" is expected to have a related image "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel8*"
Additional info: