We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 904afc0 commit f92d6f9Copy full SHA for f92d6f9
cmd/troubleshoot/cli/run.go
@@ -158,7 +158,7 @@ func runTroubleshoot(v *viper.Viper, arg string) error {
158
if err != nil {
159
c := color.New(color.FgHiRed)
160
c.Printf("%s\r * %v\n", cursor.ClearEntireLine(), err)
161
- return errors.Wrap(err, "failed to process bundle after collection")
+ // don't die
162
}
163
164
analyzeResults, err := supportbundle.AnalyzeAndExtractSupportBundle(&supportBundle.Spec, archivePath)
0 commit comments