Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: add support bundle node collection timeout setting #569

Merged
merged 5 commits into from
May 31, 2024
Merged
Changes from 3 commits
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
8 changes: 8 additions & 0 deletions docs/advanced/settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -449,6 +449,14 @@ This setting allows you to define the number of minutes Harvester waits before d

Default: `30`

## `support-bundle-node-collection-timeout`

_Available as of v1.4.0_

This setting allows you to define the number of minutes Harvester allows for collection of logs and configurations (Harvester) on the nodes for the support bundle. If the collection process is not completed within the allotted time, Harvester still allows you to download the support bundle (without the uncollected data). The minimum value is `30`.

Default: `30`

## `upgrade-checker-enabled`

This setting allows you to automatically check if there's an upgrade available for Harvester.
Expand Down