Skip to content
Open
Changes from 1 commit
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
3 changes: 2 additions & 1 deletion modules/about-must-gather.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ $ oc adm must-gather -- /usr/bin/gather_audit_logs
+
[NOTE]
====
Audit logs are not collected as part of the default set of information to reduce the size of the files.
. Audit logs are not collected as part of the default set of information to reduce the size of the files.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Per IBM Style for Ordered lists,

Use an ordered (numbered) list when the sequence is significant, for example, when you write procedures or rank items.

Suggested change
. Audit logs are not collected as part of the default set of information to reduce the size of the files.
* Audit logs are not collected as part of the default set of information to reduce the size of the files.

. In Windows, the cwRsync client should be installed and added to the PATH for use with the oc rsync command.
====

When you run `oc adm must-gather`, a new pod with a random name is created in a new project on the cluster. The data is collected on that pod and saved in a new directory that starts with `must-gather.local` in the current working directory.
Expand Down