File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
downstream/modules/troubleshooting-aap Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ oc login _<openshift_url>_
27
27
+
28
28
[subs="+quotes"]
29
29
----
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>_
31
31
----
32
32
+
33
33
** `--image` specifies the image that gathers data
@@ -37,7 +37,7 @@ oc adm must-gather --image=registry.redhat.io/ansible-automation-platform-24/aap
37
37
+
38
38
[subs="+quotes"]
39
39
----
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>_
41
41
----
42
42
+
43
43
** `– /usr/bin/ns-gather` limits the `must-gather` data collection to a specified namespace
You can’t perform that action at this time.
0 commit comments