Skip to content

Commit

Permalink
Update docs/troubleshooting/harvester.md
Browse files Browse the repository at this point in the history
Co-authored-by: Jillian <[email protected]>
  • Loading branch information
2 people authored and innobead committed Jan 2, 2025
1 parent c026d9b commit a388a96
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/troubleshooting/harvester.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,11 +205,11 @@ Example:
kubectl cp harvester-system/supportbundle-manager-bundle-dtl2k-69dcc69b59-w64vl:/tmp/support-bundle-kit/supportbundle_db25ccb6-b52a-4f9d-97dd-db2df2b004d4_2024-02-02T11-18-10Z.zip bundle.zip
```
### Manually Collect Node Bunndle
### Manually Collect Data for Support Bundle
If node is not ready or down, support bundle kit can't collect data. Please follow these steps to manually collect data.
Harvester is unable to collect data and generate a support bundle when the node is inaccessible or not ready. The workaround is to run a script and compress the generated files.
1. Run script to prepare envioronment.
1. Prepare the environment.
```sh
mkdir -p /tmp/support-bundle # ensure /tmp/support-bundle exists
echo JOURNALCTL="/usr/bin/journalctl -o short-precise" > /tmp/common
Expand Down

0 comments on commit a388a96

Please sign in to comment.