-
Bug
-
Resolution: Unresolved
-
Normal
-
None
-
False
-
-
False
-
-
-
None
Description of problem:
As part of CNF-11460, support for the must-gather --all-images flag has been introduced, enhancing the log collection process across operators.
The multicluster-engine CSV already includes the following must-gather image as per:
- image: registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:be054769029d0b32bc7fe4fbabc5d8c032b4ef33a258711d27659ce446c0976b name: acm_must_gather
However, to fully leverage the --all-images functionality, the following annotation must also be explicitly added to the CSV:
operators.openshift.io/must-gather-image: registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:be054769029d0b32bc7fe4fbabc5d8c032b4ef33a258711d27659ce446c0976b
Adding this annotation will ensure proper integration with the must-gather tooling and enable consistent log collection for advanced-cluster-management-related components.
Version-Release number of selected component (if applicable):
advanced-cluster-management.v2.13.3
How reproducible:
100%
Steps to Reproduce:
1. Install advanced-cluster-management.v2.13.3 2. perform an oc adm must-gather --all-images log collection 3.
Actual results:
the must-gather logs of advanced-cluster-management operator are not collected using the --all-images flag.
Expected results:
Since the Operator Bundle already includes the must-gather image as part of its payload, and the must-gather logging scripts utilize the --all-images flag, the expected outcome is that logs can be successfully collected by leveraging these components.
Additional info:
- clones
-
ACM-23290 multicluster-engine.v2.8.2 missing operators.openshift.io/must-gather-image despite CSV defines must-gather image registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256 delivered in the operator bundle
-
- Review
-
- links to