Skip to content

Commit be545db

Browse files
authored
feat: add support-bundle-file-name setting (#983)
Signed-off-by: Jack Yu <jack.yu@suse.com>
1 parent de2bb24 commit be545db

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

docs/advanced/settings.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -753,6 +753,30 @@ If the collection process is not completed within the allotted time, Harvester s
753753

754754
**Default value**: `30`
755755

756+
### `support-bundle-file-name`
757+
758+
**Versions**: v1.8.0 and later
759+
760+
**Definition**: Custom name to use in the support bundle file name.
761+
762+
When generating a support bundle, Harvester creates a ZIP file with the naming format `supportbundle_{string}_{timestamp}.zip`. This setting allows you to customize the `{string}` portion of the file name.
763+
764+
**Default value**: None
765+
766+
**Supported options and values**:
767+
768+
- If a custom name is configured, the support bundle file name follows this format: `supportbundle_{name}_{timestamp}.zip`
769+
770+
Example: `supportbundle_my-cluster_2025-09-17T03-39-17Z.zip`
771+
772+
- If no custom name is configured (empty value), the support bundle file name uses a UUID format: `supportbundle_{uuid}_{timestamp}.zip`
773+
774+
Example: `supportbundle_c2eb6186-525f-411e-91ee-e88ed090d66d_2025-09-17T03-39-17Z.zip`
775+
776+
**Notes**:
777+
778+
The value can be set through environment variables and is used to help identify support bundles from specific clusters or environments.
779+
756780
### `upgrade-checker-enabled`
757781

758782
**Definition**: Setting that automatically checks for available Harvester upgrades.

0 commit comments

Comments
 (0)