Skip to content

Commit 3ac9732

Browse files
authored
Merge pull request #32040 from abrennan89/SRVCOM-1290
[srvls][SRVCOM-1290] Add image tag to must-gather images
2 parents 69e7888 + 1f0aac0 commit 3ac9732

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

modules/serverless-about-collecting-data.adoc

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,19 @@
55
[id="serverless-about-collecting-data_{context}"]
66
= About collecting {ServerlessProductName} data
77

8-
You can use the `oc adm must-gather` CLI command to collect information about your cluster, including features and objects associated with {ServerlessProductName}.
9-
To collect {ServerlessProductName} data with `must-gather`, you must specify the {ServerlessProductName} image.
8+
You can use the `oc adm must-gather` CLI command to collect information about your cluster, including features and objects associated with {ServerlessProductName}. To collect {ServerlessProductName} data with `must-gather`, you must specify the {ServerlessProductName} image and the image tag for your installed version of {ServerlessProductName}.
109

1110
.Procedure
1211

13-
* Enter the command:
12+
* Collect data by using the `oc adm must-gather` command:
1413
+
15-
1614
[source,terminal]
1715
----
18-
$ oc adm must-gather --image=registry.redhat.io/openshift-serverless-1/svls-must-gather-rhel8
16+
$ oc adm must-gather --image=registry.redhat.io/openshift-serverless-1/svls-must-gather-rhel8:<image_version_tag>
17+
----
18+
+
19+
.Example command
20+
[source,terminal]
21+
----
22+
$ oc adm must-gather --image=registry.redhat.io/openshift-serverless-1/svls-must-gather-rhel8:1.14.0
1923
----

0 commit comments

Comments
 (0)