Skip to content

Commit f0a703f

Browse files
authored
Merge pull request #91490 from hjaiswal12/patch-3
Updating the note for windows must-gather prerequisites [OCPBUGS-53231]
2 parents 32e5c87 + 92968ae commit f0a703f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

modules/about-must-gather.adoc

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,9 @@ $ oc adm must-gather \
3030
--image=registry.redhat.io/container-native-virtualization/cnv-must-gather-rhel9:v{HCOVersion}
3131
----
3232
33-
* To collect the audit logs, use the `-- /usr/bin/gather_audit_logs` argument, as described in a following section.
33+
- To collect the audit logs, use the `-- /usr/bin/gather_audit_logs` argument, as described in a following section.
3434
+
35+
3536
For example:
3637
+
3738
[source,terminal]
@@ -41,7 +42,8 @@ $ oc adm must-gather -- /usr/bin/gather_audit_logs
4142
+
4243
[NOTE]
4344
====
44-
Audit logs are not collected as part of the default set of information to reduce the size of the files.
45+
- Audit logs are not collected as part of the default set of information to reduce the size of the files.
46+
- On a Windows operating system, install the `cwRsync` client and add to the `PATH` variable for use with the `oc rsync` command.
4547
====
4648

4749
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.

0 commit comments

Comments
 (0)