-
Bug
-
Resolution: Done
-
Undefined
-
MCE 2.1.0
-
False
-
None
-
False
-
-
-
Moderate
-
No
Description of problem:
Step 3 of the process under 1.8.2.2. Must-gather procedure in the multicluster engine document under version 2.6 of the Red Hat Advanced Cluster Manager for Kubernetes (RHACM) product documentation has a command that references an incorrect version of the required image:
oc adm must-gather --image=registry.redhat.io/multicluster-engine/must-gather-rhel8:v2.2.0 --dest-dir=<directory>
This should be using an image tag version of `v2.1.0` instead of `v2.2.0` as there is no 2.2.0 version of this image.
$ podman pull registry.redhat.io/multicluster-engine/must-gather-rhel8:v2.2.0 Trying to pull registry.redhat.io/multicluster-engine/must-gather-rhel8:v2.2.0... Error: initializing source docker://registry.redhat.io/multicluster-engine/must-gather-rhel8:v2.2.0: reading manifest v2.2.0 in registry.redhat.io/multicluster-engine/must-gather-rhel8: StatusCode: 404, Not found $ podman pull registry.redhat.io/multicluster-engine/must-gather-rhel8:v2.1.0 Trying to pull registry.redhat.io/multicluster-engine/must-gather-rhel8:v2.1.0... Getting image source signatures Checking if image destination supports signatures Copying blob b336a633f9e2 skipped: already exists Copying blob d6e3788a121c skipped: already exists Copying blob 619db9c9c87d done Copying config 7487555b58 done Writing manifest to image destination Storing signatures 7487555b58622dd750a091ba3f99fd7f0eb6e2f246e473b925394561659f370c
Version-Release number of selected component (if applicable):
RHACM 2.6 multicluster-engine 2.1