Skip to content

Commit

Permalink
Fix bug-report was hanging during analysis. (istio#45469)
Browse files Browse the repository at this point in the history
* fix bug-report not working

* fix lint
  • Loading branch information
hanxiaop authored Jun 15, 2023
1 parent ae5a7e3 commit 5d0f5d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/bug-report/pkg/content/content.go
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,7 @@ func GetAnalyze(p *Params, timeout time.Duration) (map[string]string, error) {
if err != nil {
return nil, err
}
k = kube.EnableCrdWatcher(k)
sa.AddRunningKubeSource(k)

cancel := make(chan struct{})
Expand Down

0 comments on commit 5d0f5d8

Please sign in to comment.