Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
gather: Fix rsync of files from the must-gather pod
OC cli expects the collection of a must-gather to be inside `/must-gather` by default. See [here](https://github.com/openshift/oc/blob/5110357c067c5933e75604504f1521927ccaaf27/pkg/cli/admin/mustgather/mustgather.go#L143C22-L143C35) This patch also addresses an issue where all the files present in the cwd of user building must-gather would be copied into the image. Which was not ideal and might include personal files. Signed-off-by: Niraj Yadav <niryadav@redhat.com>
- Loading branch information