From b83a33fccd3db14a6c74fa1650448dee2e5b65e6 Mon Sep 17 00:00:00 2001 From: hjaiswal Date: Tue, 18 Mar 2025 13:37:00 +0530 Subject: [PATCH 1/2] Update about-must-gather.adoc Updating the note for windows must-gather prerequisites --- modules/about-must-gather.adoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/about-must-gather.adoc b/modules/about-must-gather.adoc index 193d451b299c..2f464f842068 100644 --- a/modules/about-must-gather.adoc +++ b/modules/about-must-gather.adoc @@ -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. +. 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. From 19b23e8640229541bad06b6f6825880eb4545d8e Mon Sep 17 00:00:00 2001 From: hjaiswal Date: Fri, 21 Mar 2025 10:42:46 +0530 Subject: [PATCH 2/2] Updating the note for windows must-gather prerequisites Co-authored-by: Avani Bhatt --- modules/about-must-gather.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/about-must-gather.adoc b/modules/about-must-gather.adoc index 2f464f842068..d2d84b4382a9 100644 --- a/modules/about-must-gather.adoc +++ b/modules/about-must-gather.adoc @@ -42,7 +42,7 @@ $ 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. -. In Windows, the cwRsync client should be installed and added to the PATH for use with the oc rsync command. +* On a Windows operating system, install the `cwRsync` client and add to the `PATH` variable 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.