You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Going through the article https://access.redhat.com/solutions/5126721, I can see a lot of commands mapping to each version of ACM and MCE. These commands can be condensed to just two generic commands. Something like this:
For ACM must-gather:
$ oc adm must-gather --image=[registry.redhat.io/rhacm2/acm-must-gather-rhel8:$(oc](http://registry.redhat.io/rhacm2/acm-must-gather-rhel8:$(oc) get csv -n open-cluster-management -l [operators.coreos.com/advanced-cluster-management.open-cluster-management=](http://operators.coreos.com/advanced-cluster-management.open-cluster-management=) -o=jsonpath='{.items[].spec.version}') --dest-dir=<directory>
For MCE must-gather:
$ oc adm must-gather --image=[registry.redhat.io/multicluster-engine/must-gather-rhel8:v$(oc](http://registry.redhat.io/multicluster-engine/must-gather-rhel8:v$(oc) get csv -n multicluster-engine -l [operators.coreos.com/multicluster-engine.multicluster-engine=](http://operators.coreos.com/multicluster-engine.multicluster-engine=) -o=jsonpath='{.items[].spec.version}') --dest-dir=<directory>
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: