Skip to content

Commit f4c1c45

Browse files
Update must-gather version in troubleshooting guide (#2363)
Update the must-gather image location version to match up with 2.5 [Docs] Update AAP must gather image name in documentation https://issues.redhat.com/browse/AAP-33519
1 parent 3790a4f commit f4c1c45

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

downstream/modules/troubleshooting-aap/proc-troubleshoot-must-gather.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ oc login _<openshift_url>_
2727
+
2828
[subs="+quotes"]
2929
----
30-
oc adm must-gather --image=registry.redhat.io/ansible-automation-platform-24/aap-must-gather-rhel8 --dest-dir _<dest_dir>_
30+
oc adm must-gather --image=registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8 --dest-dir _<dest_dir>_
3131
----
3232
+
3333
** `--image` specifies the image that gathers data
@@ -37,7 +37,7 @@ oc adm must-gather --image=registry.redhat.io/ansible-automation-platform-24/aap
3737
+
3838
[subs="+quotes"]
3939
----
40-
oc adm must-gather --image=registry.redhat.io/ansible-automation-platform-24/aap-must-gather-rhel8 --dest-dir _<dest_dir>_ – /usr/bin/ns-gather _<namespace>_
40+
oc adm must-gather --image=registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8 --dest-dir _<dest_dir>_ – /usr/bin/ns-gather _<namespace>_
4141
----
4242
+
4343
** `– /usr/bin/ns-gather` limits the `must-gather` data collection to a specified namespace

0 commit comments

Comments
 (0)