Skip to content

Update gathering-data-specific-features.adoc #96197

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions modules/gathering-data-specific-features.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -378,8 +378,8 @@ endif::openshift-origin[]
[source,terminal]
----
$ oc adm must-gather \
--image-stream=openshift/must-gather \ <1>
--image=quay.io/kubevirt/must-gather <2>
--image-stream=openshift/must-gather \ <1>
--image=quay.io/kubevirt/must-gather <2>
----
<1> The default {product-title} `must-gather` image
<2> The must-gather image for KubeVirt
Expand All @@ -393,7 +393,7 @@ $ tar cvaf must-gather-`date +"%m-%d-%Y-%H-%M-%S"`-<cluster_id>.tar.gz <must_gat
----
<1> Replace `<must_gather_local_dir>` with the actual directory name.

. Attach the compressed file to your support case on the link:https://access.redhat.com/support/cases/#/case/list[the *Customer Support* page] of the Red Hat Customer Portal.
. Attach the compressed file to your support case on the link:https://access.redhat.com/support/cases/#/case/list[*Customer Support*] page of the Red Hat Customer Portal.
endif::openshift-origin[]

ifeval::["{context}" == "gathering-cluster-data"]
Expand Down