-
Bug
-
Resolution: Obsolete
-
Undefined
-
None
-
None
-
None
-
False
-
None
-
False
-
-
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/openshift-service-mesh/istio-must-gather-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/openshift-service-mesh/istio-must-gather-rhel8")) | .name' redhat-operator-index-v4.13.json )
Actual results:
no operator has "registry.redhat.io/openshift-service-mesh/istio-must-gather-rhel8" as related image
Expected results:
"servicemeshoperator.v2*" is expected to have a related image "registry.redhat.io/openshift-sandboxed-containers/osc-must-gather-rhel8*"
Additional info:
- relates to
-
OSSM-4585 Include must-gather image in the service mesh operator CSV
- Closed