-
Bug
-
Resolution: Unresolved
-
Minor
-
None
-
4.14
-
None
-
Quality / Stability / Reliability
-
False
-
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
Our docs suggest using this image for ODF/OCS must gather:
registry.redhat.io/odf4/ocs-must-gather-rhel8:v<installed_version_ODF>
{+}Which errors out:
{+}$ podman pull registry.redhat.io/odf4/odf-must-gather-rhel8:v4.14 --tls-verify=false
Trying to pull registry.redhat.io/odf4/odf-must-gather-rhel8:v4.14...
Error: initializing source docker://registry.redhat.io/odf4/odf-must-gather-rhel8:v4.14: reading manifest v4.14 in registry.redhat.io/odf4/odf-must-gather-rhel8: unauthorized: access to the requested resource is not authorized
+The correct path appears to be:
+$ podman pull registry.redhat.io/odf4/odf-must-gather-rhel9:v4.14 --tls-verify=false
Trying to pull registry.redhat.io/odf4/odf-must-gather-rhel9:v4.14...
Getting image source signatures
Checking if image destination supports signatures
Copying blob sha256:30ddc83e7fe0ad7795f8f9167f4c978ebbd3f9305a91076ab0667bbc8eb5d8ed
Copying blob sha256:cc7c08d56aada5b55c0b4a8ecc515a2fa2dc25a96479425437ff8fefa387cc20
Please fix.