Support Bundle Lifecycle

Reference Documentation for customizing your end customer's Support Bundle experience

This content is associated with a legacy version of the Replicated product. For the current Replicated product documentation, see docs.replicated.com.

The Support Bundle spec allows for customizing the lifecycle of your bundle, including how and when it gets generated any uploaded, and the messaging provided to the end customer.

If you do not specify a lifecycle in your YAML spec, the following default lifecyle will be used:

lifecycle:
  v1:
    - message: 
        contents: "Starting support bundle collection..."
    - generate:
        use_defaults: true
    - upload:
        prompt: 
          message: "Done! Do you want to upload the support bundle for analysis?"
          accept: "Upload complete!"
          decline: "Skipping upload. Please send the support bundle at {{.BundlePath}} to support."
          default: true