-
Notifications
You must be signed in to change notification settings - Fork 1.9k
OCPBUGS-52653 updated the tar code in step 3 and also added sentence in step 3 about unique cluster ID #91615
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -75,14 +75,13 @@ Because this command picks a random control plane node by default, the pod might | |
| Contact Red Hat Support for the recommended resources to gather. | ||
| ==== | ||
|
|
||
| . Create a compressed file from the `must-gather` directory that was just created in your working directory. For example, on a computer that uses a Linux | ||
| operating system, run the following command: | ||
| . Create a compressed file from the `must-gather` directory that was just created in your working directory. Make sure you provide the date and cluster ID for the unique must-gather data. For more information about how to find the cluster ID, see link:https://access.redhat.com/solutions/5280291[How to find the cluster-id or name on OpenShift cluster]. For example, on a computer that uses a Linux operating system, run the following command: | ||
| + | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. There is a typo
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @zhouying7780 Can you please review the docs again under "Links to doc preview" above. Thanks. |
||
| [source,terminal] | ||
| ---- | ||
| $ tar cvaf must-gather.tar.gz must-gather.local.5421342344627712289/ <1> | ||
| $ tar cvaf must-gather-`date +"%m-%d-%Y-%H-%M-%S"`-<cluster_id>.tar.gz <must_gather_local_dir> <1> | ||
| ---- | ||
| <1> Make sure to replace `must-gather-local.5421342344627712289/` with the actual directory name. | ||
| <1> Replace `<must_gather_local_dir>` with the actual directory name. | ||
|
|
||
| ifndef::openshift-origin[] | ||
| . 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. | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.