mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-06 15:46:57 +01:00
20 lines
626 B
Plaintext
20 lines
626 B
Plaintext
// Module included in the following assemblies:
|
|
//
|
|
// * serverless/serverless-support.adoc
|
|
|
|
[id="serverless-about-collecting-data_{context}"]
|
|
= About collecting {ServerlessProductName} data
|
|
|
|
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.
|
|
|
|
.Procedure
|
|
|
|
* Enter the command:
|
|
+
|
|
|
|
[source,terminal]
|
|
----
|
|
$ oc adm must-gather --image=registry.redhat.io/openshift-serverless-1/svls-must-gather-rhel8
|
|
----
|